Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
SQL
easy
SQL
aggregate functions
Single-choice MCQ
Given this table, what does the query return?
-- scores: 10, NULL, 30 SELECT AVG(score) FROM scores;