IS NULL and IS NOT NULL search conditions

Syntax
expression IS [ NOT ] NULL
Remarks

Without the NOT keyword, the IS NULL search condition is TRUE if the expression is the NULL value, and FALSE otherwise. The NOT keyword reverses the meaning of the search condition.