Find Managers with 4+ Direct Reports
Problem Statement:
Write a query to display the "full_name" of a manager who manages 4 or more employees.
Note:
Return the result ordered by full_name in ascending order.
The column manager_id in the employees table represents the employee_id of th...
vishad.hashnode.dev3 min read