1.

What type of join is needed when you wish to return rows that do have matching values?(a) Equi-join(b) Natural join(c) Outer join(d) All of the MentionedThe question was asked in a job interview.I need to ask this question from Joins in section Laying the Foundation of SQL Server

Answer»

The correct ANSWER is (d) All of the Mentioned

To EXPLAIN I would say: Outer JOIN RETURNS the row having matching as well as NON matching values.



Discussion

No Comment Found

Related InterviewSolutions