Master this deck with 11 terms through effective study methods.
Generated from uploaded pdf
They operate on one relation, such as select, project, and rename.
They operate on pairs of relations, like union, set difference, and Cartesian product.
It combines rows from two relations into one, removing duplicates.
Relations must have the same arity and compatible domains.
It finds tuples in one relation that are not in another.
Both relations must have the same arity and compatible domains.
It pairs every tuple from one relation with every tuple from another.
Ambiguity occurs if both relations have attributes with the same name.
It combines two relations based on common attributes, simplifying queries.
It identifies tuples that exist in both relations.
It assigns parts of a relational-algebra expression to temporary relation variables.