Introduction
Column aliases let you rename columns in your query results to make them easier to read or understand.
When you want to give a column a friendlier or more descriptive name in the output.
When you use calculations or functions and want to name the result column clearly.
When you join tables and want to avoid confusing column names.
When you want to format the output for reports or user interfaces.