The same IS NULL shape can test a different column.
test another column
Read missing score rows
The score IS NULL test outputs 1 row.
missing score rows=1
NULL-test examples are tiny finite-table transforms for IS NULL and IS NOT NULL; SQL dialect completeness, optimizer behavior, indexing, and product claims are out of scope.
Missing score is visible
The output row is the row whose score cell is NULL.
missing score kept
Summary
IS NULL selects missing values without guessing a replacement value.