SQL Control keywords

C

CASE

The SQL CASE expression provides conditional logic inside queries.

COALESCE

The SQL COALESCE() function returns the first non-NULL value from a list.

I

IS NOT NULL

The SQL IS NOT NULL operator filters rows where a column contains a non-NULL value.

IS NULL

The SQL IS NULL operator checks whether a value is NULL.

N

NULLIF

The SQL NULLIF() function returns NULL if two expressions are equal.