Question:medium

__________ 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: Feb 16, 2026
  • Union
  • Intersect
  • Set Difference
  • Cartesian product
Show Solution

The Correct Option is B

Solution and Explanation

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


Questions Asked in CUET (UG) exam