Code has been added to clipboard!

Use of SQL NULL Value

Example
SELECT col_names
FROM tbl_name
WHERE col_name IS NULL;