Concept Flow - GROUP BY with NULL values behavior
Start with table data
Identify column to GROUP BY
Check each row's GROUP BY value
Group rows with same value, including NULLs
Aggregate or list grouped rows
Return grouped result set
The database groups rows by the specified column, treating NULLs as a single group.