CBSE Class 12 Computer Science Question 48 of 91

Grouping Records, Joins in SQL — Question 4

Back to all questions
4
Question

Question 4

Equi join can use any operator for joining two tables.

Answer

False

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