Multiple choice

Which of the following does not ignore NULLS values in its result?

  1. COUNT

  2. COUNT(*)

  3. MIN

  4. MAX

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

COUNT returns only the number of rows in which the expression is NOT NULL.