CBSE Class 12 Informatics Practices
Question 34 of 91
JOINS and SET Operations — Question 10
Back to all questionsEqui-join
Reason — The ON subclause in a SELECT statement produces an equi-join, where columns from the joined tables are compared for equality using the specified conditions in the ON clause.