SELECT aliases name output columns for both copied and computed values.
highlighted = computed this step
Input table
Use invoice lines with product labels and unit prices.
Invoice lines
Select query
Alias copied columns and alias a small computed price expression.
SELECT aliases
Output table
The aliases become the output column names.
display names