An IS NULL query can determine whether an expression evaluates to null. For example:

phoneNumber IS NULL

This expression evaluates to true if the phoneNumber is null.

 
loading table of contents...