ISNULL(expression, replacement)
SELECT id, first_name, last_name, email, phone FROM contacts WHERE phone IS NULL; Code language: SQL (Structured Query Language) (sql)