From the players table, return the player_id, name, team_id, and dob of every player who is the oldest member of their own team — that is, whose dob equals the earliest (minimum) dob among all players sharing the same team_id. Order the result by team_id.
Database schema
primary keyforeign keyarrow points to the referenced columndrag to pan