Concept Flow - COUNT function behavior
Start Query
Scan Table Rows
Check Each Row for COUNT Criteria
If COUNT(*)
If COUNT(column)
Aggregate Count
Return Result
The COUNT function scans table rows, counts all rows or only those with non-null values depending on usage, then returns the total count.