NULL
13 / 30
EasyOutput prediction

Does AVG count the missing row?

Given this table (scores):

idscore
11
22
3NULL

What does this query return?

SELECT AVG(score) FROM scores;

← → arrow keys to navigate

Sign in to save your progress.