CBSE Class 12 Informatics Practices
Question 31 of 79
Database Query using SQL — Question 2
Back to all questionsNull value
Reason — The COUNT() function in SQL counts only non-null values in a column. It does not consider null values while executing the statement. Therefore, null values will not be counted by the COUNT() function in the given SQL statement.