Multiple choice technology databases

The AVG function returns an average of all rows from a select column including any NULL values.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The SQL AVG aggregate function ignores NULL values entirely when calculating the average. It does not include them in either the sum or the count of rows, making the statement false.