Aliasing doesn't change the name in the original table. Aliases like user are temporary names within the result table.
user
Make sure to pick SELECT followed by first_name and then AS, user.
SELECT
first_name
AS