SQL - GROUP BY and HAVING
What happens to
NULL values when you use GROUP BY on a column containing them?NULL values when you use GROUP BY on a column containing them?GROUP BY treats all NULL values in a column as equal, grouping them into one group.NULL, they appear as a single group in the result.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions