SQL - INNER JOIN
You wrote this query but it returns fewer rows than expected:
What is the most likely cause?
SELECT * FROM Products JOIN Categories ON Products.CategoryID = Categories.ID;
What is the most likely cause?
