List the names of the employees and the name of their respective boss (only those who have a boss). [use joins]
SELECT * TABLE employee
What I want is, if supervisor is 3 then the name of Karolina appears, which is the one that corresponds.
> Best response executed.
But I still have a problem, supervisors Karolina (3) and Glenda (2) intersect. What is expected is the following.