1.

_______________ joins are SQL server default.(a) Outer(b) Inner(c) Equi(d) None of the MentionedThis question was addressed to me during an interview.The doubt is from Modifying Data topic in section Manipulating Data with Select of SQL Server

Answer»

The correct CHOICE is (B) INNER

The best I can EXPLAIN: Inner query joins only the rows that are matching.



Discussion

No Comment Found

Related InterviewSolutions