select a.last_name ,a.first_name ,b.dept_no from employees a left join dept_emp b on a.emp_no = b.emp_no
没什么好说的,两个表连接上就行