CBSE Class 12 Informatics Practices Question 45 of 91

JOINS and SET Operations — Question 6

Back to all questions
6
Question

Question 6

Left join has all the rows from the Left table.

Answer

True

Reason — A left join includes all rows from the left table, regardless of whether there are matches in the right table. For unmatched rows from the left table, NULL values are shown in the columns of the right table.