Select the name column and rename it to team_leader in the result table.
name
team_leader
Make sure to pick SELECT followed by name and then AS, team_leader.
SELECT
AS