Given this table (scores):
What does this query return?
SELECT AVG(score) FROM scores;
← → arrow keys to navigate
Sign in to save your progress.