Multiple choice

Which of the following operations in DBMS is used to retrieve a combination of tuples in two relations based on a common field in both the relations?

  1. UNION

  2. INTERSECT

  3. JOIN

  4. PRODUCT

  5. DIFFERENCE

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This operation in DBMS is used to retrieve combination of tuples in two relations based on a common field in both the relations.