What does `IS NULL` check in SQL?

Advanced SQL Developer Easy

Advanced SQL Developer — Easy

What does `IS NULL` check in SQL?

Key points

  • `IS NULL` specifically checks for the NULL value in SQL.
  • It is used to filter out rows with missing or unknown data.
  • This is different from checking for a specific string or zero value.

Ready to go further?

Related questions