CBSE Class 12 Informatics Practices Question 74 of 79

Database Query using SQL — Question 5

Back to all questions
5
Question

Question 5

COUNT() function ignores null values while counting the records.

Answer

True

Reason — The COUNT() function is used to count the number of non-null values in a column. It ignores any null values present in the column.