CBSE Class 12 Computer Science Question 44 of 91

Grouping Records, Joins in SQL — Question 22

Back to all questions
22
Question

Question 22

Which is a join condition contains an equality operator ?

  1. Equijoins
  2. Cartesian product
  3. Both (1) and (2)
  4. None of the mentioned
Answer

Equijoins

Reason — An equi-join is a type of join where columns from two or more tables are compared for equality using the "=" operator.