I have a table called employee with a Primary Key column of ID and a column called supervisorID, which is a reference back to the same table referencing a person. I want to show the supervisorID as the persons name that its referencing instead of the ID.
I want to select * from the table employee but reference the SupervisorID as a persons name from the same table.
Here is more color on how to test this: