SQL - Subqueries
Identify the error in this SQL query that uses a JOIN:
SELECT c.name, o.amount FROM customers c JOIN orders o WHERE c.id = o.customer_id;
SELECT c.name, o.amount FROM customers c JOIN orders o WHERE c.id = o.customer_id;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions