PostgreSQL - Aggregate Functions and GROUP BY
Identify the error in this query:
SELECT product_id, region, COUNT(*) FROM sales GROUP BY product_id;
SELECT product_id, region, COUNT(*) FROM sales GROUP BY product_id;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions