CBSE Class 12 Informatics Practices Question 46 of 91

JOINS and SET Operations — Question 7

Back to all questions
7
Question

Question 7

Outer join has all the rows from both the tables.

Answer

True

Reason — The outer join returns all the rows from both tables being joined, including any rows that do not have a match in the other table.