From the players table, list every player who plays for the team based in the city Pune. Identify the correct team through the teams table (match on teams.city = 'Pune'), and return the columns player_id and name.
Database schema
primary keyforeign keyarrow points to the referenced columndrag to pan