| Posted on
                                10 Nov 2014 12:06 PM IST Hi to all, EmployeeTable Column names:- ManagerID EmployeeID  
 Output:- 
 SuperiorManagerID           EmployeeID 105                                 101 105                                 102 105                                 103 101                                 102 101                                 103 
 the output required as above 
 Here using only one table as EmployeeTable in SQL 
 Regards Aisha |