📜  coderbyte sql 解决方案 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:26.357000             🧑  作者: Mango

代码示例2
In this MySQL challenge, your query should return the information for the employee with the third highest salary. Write a query that will find this employee and return that row, but then replace the DivisionID column with the corresponding DivisionName from the table cb_companydivisions. You should also replace the ManagerID column with the ManagerName if the ID exists in the table and is not NULL.