When aliasing, we start by selecting the column as usual. Then, we use AS with an alias, like user.
AS
user
Make sure to type AS user.
AS user