SQL - GROUP BY and HAVING
Find the error in this query:
SELECT team, AVG(score) FROM players WHERE AVG(score) > 80 GROUP BY team;
SELECT team, AVG(score) FROM players WHERE AVG(score) > 80 GROUP BY team;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions