Which of the following relational algebra operations is equivalent to a Cartesian product followed by a selection (sigma)?
Show Hint
Think of a Natural Join as a specialized version of an Equi-join (a Theta Join where the condition is equality), but with the added convenience of removing duplicate columns.