SQL - GROUP BY and HAVING
Find the issue in this SQL statement:
SELECT city, state, AVG(sales) FROM sales_data GROUP BY city;SELECT city, state, AVG(sales) FROM sales_data GROUP BY city;15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions