Computer Science

Which of the following group functions ignore NULL values ?

  1. MAX
  2. COUNT
  3. SUM
  4. All of the above

SQL Joins & Grouping

1 Like

Answer

All of the above

Reason — All aggregate functions, except for COUNT(*), ignore null values in their input collection.

Answered By

1 Like


Related Questions