Introduction
Column aliases let you give a temporary new name to a column in your query result. This makes the output easier to read and understand.
When you want to rename a column to something more user-friendly in the results.
When you use a calculation or function in a column and want to name the result.
When you join tables and want to avoid confusing column names.
When you want to display a column with a different heading in reports or dashboards.