How do you find all employees which are also manager

Exercise
Correct!
False!
You have given a standard employee table with an additional column mgr_id, which contains emp_id of the manager.
How do you find all employees which are also manager.
select e.name, m.name from employee e, employee m code_here

results matching ""

    No results matching ""