14
Answers

how to find employee manager in sql without using self join

how to find employee manager in sql without using self join (There are table tblEmployee its contain three fields - EmpID,EmpName,ManagerID)

Answers (14)