A SELECT list can copy several columns side by side.
several selected columns
Read several output columns
The output has 3 selected columns.
output columns=3
SELECT-list examples are tiny finite-table transforms; DISTINCT, aggregation, type coercion, optimizer behavior, and database-product claims are out of scope.
Same source row
Each output row is built from one source row.
row by row
Summary
Several selected columns make a narrower table than the base table.