Question: Using the l_employees table, create a query that shows the management hierarchy. Structure the query so that it will always start with the employee who
Using the l_employees table, create a query that shows the management hierarchy. Structure the query so that it will always start with the employee who does not have a manager. Show employee_id, first_name, last_name in your results. Pad the results so that each successive level is indented. Show your sql below
need screenshot of code and output or code step by step n output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
