Q. Which type of JOIN returns all records from the left table and the matched records from the right table?

A
INNER JOIN
B
RIGHT JOIN
C
FULL OUTER JOIN
D
LEFT JOIN
Solution:

A LEFT JOIN (or LEFT OUTER JOIN) returns all rows from the left table (Table1), and the matched rows from the right table (Table2). If there is no match, the columns from the right table will have NULL values.

Entri Contact Image

Get Expert Advice for Free: Register for Your Free Consultation Now!

    [honeypot honeypot-100]