You can create aliases for column names to make it easier to work with column names, calculations, and summary values. For example, you can create a column alias to:
(quantity * unit_price)
or for an aggregate function. The alias is used in the column heading in the Results pane."d_id"
for "discounts.stor_id."
Using a column alias is particularly useful when the query contains multiple tables, because you can create short aliases to refer to fully qualified column names.After you have defined a column alias, you can use the alias in a Select query to specify query output.
Note Column aliases do not appear in the list of data columns in the Columns column of the Grid pane. However, you can type in the name of an existing column alias to reference it in the Grid pane.
To create a column alias