How can we rename a column in a query's result table?

By using AS and an alias for the column nameBy using LIKE and an alias for the column name

By using AS and an alias for the column name.