同上一题一样,使用right join 右查询 直接输出

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