利用 left join 左查询

select last_name,first_name,dept_no from employees left join dept_emp using(emp_no)