|<
<
53
>
>|
Transforming Relational Algebra Expressions
Transformations involving multiple kinds of operators
Join is product followed by select
join(R, S) = select( product(R, S), common columns in R and S are equal)
|<
<
53
>
>|