1.

The on condition appears at the _______ of the join expression(a) Beginning(b) End(c) Between(d) The on condition is not related to join expressionI have been asked this question in homework.Query is from Join Expressions in chapter Intermediate and Advanced Sql of RDBMS

Answer»

The correct CHOICE is (b) END

Easy EXPLANATION: The on condition appears at the end of the join EXPRESSION. Because it states the condition that the relations under the join operations GET matched based on.



Discussion

No Comment Found

Related InterviewSolutions