Step 1: Recall set operations in relational algebra.
- Union: Combines all tuples from two relations (duplicates removed).
- Intersect: Returns only the common tuples between two relations.
- Set Difference: Returns tuples in one relation but not in the other.
- Cartesian Product: Returns all possible pairings of tuples from two relations.
Step 2: Apply definition.
Since the question asks for “common tuples,” the correct operation is Intersect.
Final Answer:
\[
\boxed{\text{Intersect}}
\]