1.

What type of join is needed when you wish to include rows that do not have matching values?(a) Equi-join(b) Natural join(c) Outer join(d) All of the MentionedI have been asked this question in an international level competition.My question is based upon Joins topic in division Laying the Foundation of SQL Server

Answer» RIGHT choice is (c) OUTER JOIN

Easiest EXPLANATION: OUTER JOIN is the only join which shows the UNMATCHED rows.


Discussion

No Comment Found

Related InterviewSolutions