Correct Answer: IS NULL operator
Explanation:
SELECT "column_name"
FROM "table_name"
WHERE "column_name" IS NULL.