SQL - GROUP BY and HAVING
Find the mistake in this query:
SELECT product, SUM(quantity) FROM sales HAVING SUM(quantity) > 100;
SELECT product, SUM(quantity) FROM sales HAVING SUM(quantity) > 100;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions