Start with the exact rows before an UPDATE changes anything.
table first
Show base rows
The table has 4 rows and 5 columns.
rows=4
UPDATE examples are tiny finite row modifications; SQL dialect completeness, joins in UPDATE, subqueries, triggers, constraints, transactions, locks, indexes, optimizer behavior, performance, and product behavior are out of scope.
Keep row order
Rows stay in source order; UPDATE changes cells, not the display order.
source order
Summary
Every later fact is recomputed from these pinned rows.