A one-column SELECT list copies that column into the output.
SELECT item
Read one output column
The output has 1 column and 4 rows.
output columns=1
SELECT-list examples are tiny finite-table transforms; DISTINCT, aggregation, type coercion, optimizer behavior, and database-product claims are out of scope.
Rows are not collapsed
Selecting one column still visits every input row.