From the players table, extract each player's first name — the part of name that appears before the first space. Return the columns name and the extracted first name as first_name, sorted by name (ascending).
Database schema
primary keyforeign keyarrow points to the referenced columndrag to pan