PostgreSQL - Aggregate Functions and GROUP BY
What is wrong with this query?
SELECT customer_id, COUNT(*) FROM orders;
SELECT customer_id, COUNT(*) FROM orders;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions