select data from database where null values in sql code example Example: get null data in sql SELECT * FROM EMPLOYEES WHERE MANAGER_ID IS NULL ;