IS NULL
IS NOT NULL
= NULL
x <=> y
In a LEFT JOIN tests for rows of a for which there is not a corresponding row in b.
LEFT JOIN
a
b
SELECT ... FROM a LEFT JOIN b ON ... WHERE b.id IS NULL