标签: mysql sql
给出三个带有列的表:
Employee (Employee ID, Name) Department (Employee ID, Department) Salary (Employee ID, Salary)
在输出中,我需要每个部门中薪水第二高的员工的员工详细信息(ID和姓名)。