1.

Which are the join types in join condition:(a) Cross join(b) Natural join(c) Join with USING clause(d) All of the mentionedI have been asked this question in an internship interview.This intriguing question originated from Join Operations topic in portion Query Processing Techniques of Database Management

Answer»

Correct choice is (d) All of the mentioned

Easy EXPLANATION - INNER JOIN, LEFT JOIN, RIGHT JOIN, FULL JOIN, EQUIJOIN are the types of joins.



Discussion

No Comment Found

Related InterviewSolutions