|<
<
27
>
>|
Joins
Nested Loops Join
for each row r in R: for each row s in S: if match(r, s): output join(r, s)
|<
<
27
>
>|