Each team has exactly one manager. Join managers with teams to show, for every manager, the team they manage and that team's home city.
Return three columns: the manager's name as manager_name, the team's name as team_name, and the team's city.
Order the rows by team_name.
Database schema
primary keyforeign keyarrow points to the referenced columndrag to pan