SQL - Advanced Joins
You wrote this query:
But it returns fewer rows than expected. What is the likely issue?
SELECT * FROM A FULL OUTER JOIN B ON A.ID = B.ID WHERE A.Name = 'John';
But it returns fewer rows than expected. What is the likely issue?
