A view can rename output columns without changing the base table.
highlighted = computed this step
Rename output columns
A saved query can label its output columns without changing the base table.
rename output labels
Show the output labels
The output still has 2 columns, and the alias flag is yes.
columns=2
View examples are tiny finite saved-query outputs; SQL dialects, optimizers, security, updatability, materialized-view strategy, performance, and maintenance advice are out of scope.
Read the mapping
The mapping table shows source columns beside their output names.
alias mapping
Summary
Duplicate output aliases fail closed because the view shape would be unclear.