Step 1: Review relational algebra set operations. - Union: Merges tuples from two relations, eliminating duplicates. - Intersect: Selects tuples present in both relations. - Set Difference: Retrieves tuples from one relation that are not in the other. - Cartesian Product: Generates all possible combinations of tuples from two relations.
Step 2: Identify the appropriate operation. Given the requirement for "common tuples," the operation to be applied is Intersect. Final Answer: \[\boxed{\text{Intersect}}\]