Null test operators: is [not] null
These operators allow expressions to be tested for NULL values. For example, the expression:
column IS NULL
evaluates to True if and only if column has the value NULL.