get null employee data in sql code example Example: get null employee data in sql SELECT * FROM EMPLOYEES WHERE MANAGER_ID IS NULL ;