SQL - GROUP BY and HAVING
Find the issue in this SQL query:
SELECT country, AVG(age) FROM users;SELECT country, AVG(age) FROM users;15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions