CBSE Class 12 Informatics Practices
Question 32 of 90
Querying Using SQL — Question 10
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.