Question:

__________ operation is used to get the common tuples from two relations.

Show Hint

In relational algebra: Union = combine, Intersect = common, Difference = exclusion, Cartesian Product = pairing.
Updated On: Sep 18, 2025
  • Union
  • Intersect
  • Set Difference
  • Cartesian product
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

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}} \]
Was this answer helpful?
0
0

Questions Asked in CUET exam

View More Questions