From the teams table, produce a single column named color containing every distinct jersey colour used by any team, whether as its home colour (jersey_home_color) or its away colour (jersey_away_color). Combine the two colour columns into one list of distinct values.
Return one column: color, sorted alphabetically (ascending).
Database schema
primary keyforeign keyarrow points to the referenced columndrag to pan