In SQL, NULL = NULL evaluates to UNKNOWN (not TRUE or FALSE). The WHERE clause only returns rows where the condition evaluates to TRUE. Since NULL comparisons with = always return UNKNOWN, no rows satisfy the condition and the query returns no output.