|<
<
50
>
>|
Transforming Relational Algebra Expressions
Cartesian Product and Inner Join
Cartesian Product and Inner Join are commutative
product(R, S) = product(S, R) join(R, S) = join(S, R)
|<
<
50
>
>|