David Nguyeneplus.dev·Nov 21, 2024[SQL] 570. Managers with at Least 5 Direct ReportsTable: Employee +-------------+---------+ | Column Name | Type | +-------------+---------+ | id | int | | name | varchar | | department | varchar | | managerId | int | +-------------+---------+ id is the primary key (col...SQL570. Managers with at Least 5 Direct Reports