What is the result of a FULL OUTER JOIN operation?
Q1. What is the result of a FULL OUTER JOIN operation?
Answer: All rows from both tables, with NULLs in non-matching columns
Explanation: A FULL OUTER JOIN returns all rows from both tables, with NULLs in columns where there are no matches.