Google News
logo
SQL Server - Quiz(MCQ)
What type of join is needed when you wish to return rows that do have matching values?
A)
Equi-join
B)
Outer join
C)
Natural join
D)
All of the above

Correct Answer :   All of the above


Explanation : Outer join returns the row having matching as well as non matching values.

Advertisement