[SQL] 570. Managers with at Least 5 Direct Reports
Table: Employee +-------------+---------+ | Column Name | Type | +-------------+---------+ | id | int | | name | varchar | | department | varchar | | managerId | int | +-------------+---------+ id is the primary key (col...
Nov 21, 20241 min read32
![[SQL] 570. Managers with at Least 5 Direct Reports](https://cdn.hashnode.com/res/hashnode/image/upload/v1732170104598/ccbb01a0-c5be-49e4-b6eb-2735776a572d.png)
