I have a table named Employee and it has the fields as ID, Name, EmpID, rankID, DeptID and managerID. I have set the managerID as a foreign key to the Employee table with reference to ID in employee table. Now I want a query to fetch all the employee and their manager information. The “manager information should be manager name not the managerID.”
Share
1 Answer