[SQL] 570. Managers with at Least 5 Direct Reports
Nov 21, 2024 · 1 min read · Table: Employee +-------------+---------+ | Column Name | Type | +-------------+---------+ | id | int | | name | varchar | | department | varchar | | managerId | int | +-------------+---------+ id is the primary key (col...
Join discussion



















