Literal select items add a constant cell to each row.
highlighted = computed this step
Literal output values
A SELECT list can put the same exact literal value beside every row.
literal output
Read literal rows
The literal appears in all 4 output rows.
literal rows=4
SELECT-list examples are tiny finite-table transforms; DISTINCT, aggregation, type coercion, optimizer behavior, and database-product claims are out of scope.
No hidden lookup
The literal value is pinned in the select item, not read from another table.
pinned literal
Summary
Literal select items add a constant cell to each row.