Q. What is the difference between ON and USING join-clauses?
Answer: -
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 sub clauses produces natural join whereas ON clause produces equi-join.
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )