Q. Which type of JOIN returns all records from the left table and the matched records from the right table?
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.
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.
