Beginner SQL
Q33 / 100

What does the AVG() function do?

Correct! Well done.

Incorrect.

The correct answer is A) Returns the average (mean) value of a numeric column

A

Correct Answer

Returns the average (mean) value of a numeric column

Explanation

AVG() computes the arithmetic mean of the values in the specified numeric column, ignoring NULLs.

Progress
33/100