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