coderbyte sql solutions

Solutions on MaxInterview for coderbyte sql solutions by the best coders in the world

showing results for - "coderbyte sql solutions"
Leni
16 Aug 2019
1In 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.
Luana
03 Jun 2019
1In this MySQL challenge, your query should return all the people who report to either Jenny Richards or have a NULL value in ReportsTo. The rows should be ordered by Age. Your query should also add a column at the end with a title of Boss Title where the value is either None or CEO. Your output should look like the following table.
2