CBSE Class 12 Informatics Practices
Question 46 of 90
Querying Using SQL — Question 6
Back to all questionsTrue
Reason — When we use COUNT(fieldname), it counts only the rows where the specified field (fieldname) is not null. It does ignore null values for that specific field during counting.