Use the IS NULL or IS NOT NULL option to check for NULL
values. A NULL value represents either the absence of data or an unknown
value. A NULL value is not the same as a zero or a blank.
The
following query returns all rows that have a null paid_date,
as the result shows.