
I want to retrieve the employee name with the name of their manager.
For example:
Employee_Lastname: WARX
Employee_Firstname : CYNTHIA
MANAGER_NANE: SMITH
Warx Cythnia has tha manager with Manager_ID=7369 who is Smith John because Smith has the Employee_ID=7369
I want to create the MANGER_NAME column and add data...