Home »
MCQs »
HSQLDB MCQs
Which of the following type of Join returns all rows from the left table even if no matches are found in the right table?
36. Which of the following type of Join returns all rows from the left table even if no matches are found in the right table?
- LEFT JOIN
- INNER JOIN
- RIGHT JOIN
Answer: A) LEFT JOIN
Explanation:
LEFT JOIN returns all rows from the left table even if no matches are found in the right table.