CBSE Class 12 Informatics Practices Question 30 of 91

JOINS and SET Operations — Question 6

Back to all questions
6
Question

Question 6

In which type of join, the join condition contains an equality operator ?

  1. Equi-join
  2. Natural
  3. Left Join
  4. Right Join
Answer

Equi-join

Reason — An equi-join compares columns from two or more tables for equality using the "=" operator in the join condition.