KnowledgeBoat Logo
|
LoginJOIN NOW

Informatics Practices

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

SQL Queries

3 Likes

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.

Answered By

2 Likes


Related Questions