Skip to main content
Journey Uncommon Logo
JourneyUncommon
easySQLaggregate functionsSingle-choice MCQ

Column `score` is an INTEGER column with values 1, 2, and 2. What does this query return in PostgreSQL?

SELECT AVG(score) FROM tests;