Answers for "get null employee in sql"

SQL
0

get null employee in sql

SELECT * FROM EMPLOYEES 
WHERE MANAGER_ID IS NULL ;
Posted by: Guest on January-28-2021

Code answers related to "get null employee in sql"

Code answers related to "SQL"

Browse Popular Code Answers by Language