SQL - GROUP BY and HAVING
What is wrong with the following SQL query?
SELECT team, position, AVG(score) FROM players GROUP BY team;SELECT team, position, AVG(score) FROM players GROUP BY team;15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions