CBSE Class 12 Computer Science
Question 33 of 91
Grouping Records, Joins in SQL — Question 11
Back to all questionsCount(*)
Reason — All aggregate functions, except for COUNT(*), ignore null values in their input collection. COUNT(*) returns all rows, including duplicates and nulls.