Start with visible input rows before ORDER BY changes the row order.
rows first
Read the rows
The pinned table has 7 rows.
rows=7
Multi-column sorting examples are tiny finite table transforms; SQL dialect completeness, collation rules, optimizer behavior, indexing, product behavior, and performance claims are out of scope.
Source row stays visible
The render keeps each source row so the final order can be checked.
source row visible
Summary
Every ordered row is recomputed from these exact rows.