NULL uniqueness behavior is an explicit toy convention.
highlighted = computed this step
NULL convention
This toy SQL-like rule says NULL key cells do not collide.
NULLs do not collide here
Read NULL key rows
The key table marks 2 rows with NULL components, and nullsCollide is no_toy_SQL_like_convention.
NULL rows=2
UNIQUE constraint examples are tiny finite table checks; SQL dialect completeness, index implementation, locking, optimizer behavior, product behavior, and performance claims are out of scope.
Boundary is explicit
Different SQL systems may expose NULL uniqueness differently; this book labels the convention.
toy dialect boundary
Summary
NULL key components stay visible and do not create a collision here.