Which operator tests a column for the absence of data (i.e., NULL value) ?
IS operator
Reason — The NULL value in a column can be searched in a table using the IS operator.
IS