You have a table that has two fields: EMPLID and SUPERVISOR_ID. The SUPERVISOR_ID field contains EMPLIDs of Supervisor to whom an Employee is tagged. Can you write an SQL Query that lists SUPERVISOR_IDs and Counts of reportees against each SUPERVISOR_ID?
Related Questions