Your table: maintable_FQ767 MySQL version: 8.0.23 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 co_companydivisions. You should also replace the Manager ID column with the ManagerName if the ID exists in the table and is not NULL.