COUNT() function ignores null values while counting the records.
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.
COUNT()