CBSE Class 12 Informatics Practices
Question 59 of 91
JOINS and SET Operations — Question 10
Back to all questionsThe difference between ON and USING sub-clauses of JOIN clause of SELECT is that ON clause requires a complete join-condition whereas USING clause requires just the name of a join field. USING subclause produces natural join whereas ON clause produces equi-join.