Multiple choice

Which of the following SQL functions returns the number of values from the specified column with no NULL value consideration?

  1. COUNT

  2. SUM

  3. AVG

  4. MAX

  5. None of the above

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

Yes, this function is used to return the number of values from the column that matches the specified criteria.