IS NULL

SQL IS NULL Keyword

The IS NULL condition is used to check whether a column contains a NULL value. This is useful when identifying records that are missing data in certain fields.

Tutorials dojo strip

SQL IS NULL Syntax

SQL

SQL IS NULL Patients with No dob Example

This query returns all patients who don’t have a birth date (dob) recorded:

SQL

SQL IS NULL Labs

Tutorials dojo strip