Consider the following Data Base schema
Employee (Eno, EName, Salary, Dno, Mgr_Eno)
Department (Dno, DName)
Project (Pno, Pname, Dno)
Write the following queries in SQL:
Display the name of all the employees along with the name of their managers.