not exists 的使用

select employees.emp_no
from employees 
where not EXISTS(select 1 from dept_manager where dept_manager.emp_no=employees.emp_no)