Menu

Using Lemployees Table Create Query Shows Management Hierarchy Structure Query Always Star Q43825649

Using the l_employees table, create a query that shows themanagement hierarchy. Structure the query so that it will alwaysstart with the employee who does not have a manager. Showemployee_id, first_name, last_name in your results. Pad the resultsso that each successive level is indented. Show your sql below

need screenshot of code and output or code step by step noutput

Expert Answer


Answer to Using the l_employees table, create a query that shows the management hierarchy. Structure the query so that it will alw…

OR