Using the players table, report how many players each team has. Return two columns: team_id and the player count as num_players, with one row per team.
Order the result by num_players (highest first), then by team_id.
Database schema
primary keyforeign keyarrow points to the referenced columndrag to pan