how to deal with null values in sql server code example Example: get null value in sql SELECT * FROM EMPLOYEES WHERE MANAGER_ID IS NULL ;