Informatics Practices
Outer join has all the rows from both the tables.
SQL Joins & Grouping
3 Likes
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.
Answered By
2 Likes