sql find null values in table code example Example: get null value in sql SELECT * FROM EMPLOYEES WHERE MANAGER_ID IS NULL ;