CBSE Class 12 Informatics Practices
Question 56 of 91
JOINS and SET Operations — Question 7
Back to all questionsIn a LEFT JOIN, all rows from the left table are included along with matching rows from the right table, and NULL values are used for non-matching rows in the right table. Conversely, a natural join is a join where only one of the identical columns from the joined tables exists.