Using the players table, list the teams that have 4 or more players. Return team_id and the player count as num_players, including only teams whose count meets the threshold.
Order the result by team_id.
Database schema
primary keyforeign keyarrow points to the referenced columndrag to pan