how to select an sql statement with a null value code example Example: get null value in sql SELECT * FROM EMPLOYEES WHERE MANAGER_ID IS NULL ;