Rahul Chavan
Display Employee name and Manager Name from Employee Table?
By Rahul Chavan in SQL Server on Apr 05 2016
  • Rahul Chavan
    Apr, 2016 5

    select E2.Name,E1.Name from Employee E1 JOIN Employee E2 on E1.EmpId=E2.ManagerId

    • 1
  • Raju Singh
    Feb, 2020 21

    Select Employee name, Manager name from Employee

    • 0
  • Nilesh Shah
    May, 2017 15

    Is this a question?

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS