SQL - LEFT and RIGHT JOIN
Identify the error in this query:
SELECT * FROM Products LEFT JOIN Categories WHERE Products.cat_id = Categories.id;
SELECT * FROM Products LEFT JOIN Categories WHERE Products.cat_id = Categories.id;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions