Crew Size per Worker
For each employee return the size of their team. Return columns employee_id and team_size.
Expected output sample
This is what a correct answer looks like — its row count is its own, it doesn't have to match the schema tables.
| team_size | employee_id |
|---|---|
| 2 | 1 |
| 2 | 2 |
| 3 | 3 |
Sign in to see submission history
Sign inSign in to use AI Mentor
Sign in