1.

The left and right joins are also known as __________(a) INNER JOIN(b) NATURAL JOIN(c) OUTER JOIN(d) CARTESIAN JOINThis question was addressed to me in class test.I'm obligated to ask this question of Performing Multiple topic in portion Using SQL to Manage Data of MySQL

Answer»

Correct answer is (c) OUTER JOIN

Best EXPLANATION: The ‘inner join’ only DEALS with rows where a match can be found in both tables. The ‘LEFT JOIN’ and ‘RIGHT JOIN’ TYPES are ‘OUTER JOIN’ types which DIFFER from inner joins in this sense.



Discussion

No Comment Found

Related InterviewSolutions