unnested
Pro

© 2026 unnested

Built for learners, by learners

AboutPrivacy PolicyTerms of ServiceContactSuggest a feature
Learn SQL

NULL

30 questions

OutputEasy
The operator that actually finds missing data
OutputEasy
When two COUNTs on the same table disagree
Multiple choiceEasy
Two unknowns compared
OutputEasy
Nickname or name as a fallback
OutputEasy
A missing sale in the middle

Sign in to save your progress.

OutputEasy
Keep only products with a category
Multiple choiceEasy
Why NULL isn't true, false, or either
Multiple choiceEasy
Salary + NULL - what could go wrong?
OutputEasy
COALESCE with multiple fallbacks
VocabularyEasy
What does NULL mean in SQL?
VocabularyEasy
IS NULL vs = NULL
VocabularyEasy
What does NOT NULL enforce?
OutputEasy
Does AVG count the missing row?
OutputEasy
The WHERE clause trap every beginner hits
OutputMedium
Turning a sentinel value into nothing
Multiple choiceMedium
The subquery result that silences everything
OutputMedium
Aggregate over all NULLs
Multiple choiceMedium
Where does the unknown end up in the lineup?
Multiple choiceMedium
Two NULL keys walk into a JOIN...
OutputMedium
Which rows slip through when active is unknown?
Multiple choiceMedium
What does negating an unknown give you?
OutputMedium
Which operator treats two NULLs as matching?
OutputMedium
How many groups do two NULLs make?
Multiple choiceMedium
NULL sort order across databases
OutputMedium
HAVING and UNKNOWN
OutputMedium
NULL-aware inequality: what gets filtered out?
Multiple choiceHard
When does a CHECK constraint let NULL through?
OutputHard
The hidden cost of a NULL in your exclusion list
OutputHard
Does a NULL row survive NOT IN?
Multiple choiceHard
IN vs NOT IN symmetry with NULLs