A field with a NULL value is a field with no value. Note: A NULL value is different from a zero value or a field that contains spaces. A field with a NULL value is one that has been left blank during record creation! IS NULL and IS NOT NULL operators is used to check null or not.
The IS NULL Operator
The IS NULL operator is used to test for empty values (NULL values).
IS NOT NULL Operator
The IS NOT NULL operator is used to test for non-empty values (NOT NULL values).
Trending Tutorials