A defaulted insert starts from visible rows and schema defaults.
highlighted = computed this step
Table and schema before insert
Start with rows plus a schema that names which columns have defaults.
rows plus schema
Read the setup
The base table has 2 rows and the schema has 5 columns.
columns=5
DEFAULT examples are tiny finite insert checks; SQL dialect completeness, generated defaults, identity columns, triggers, constraints beyond visible NOT NULL, indexes, transactions, performance, and product behavior are out of scope.
Defaults are visible
A column either has a displayed default token or says NO_DEFAULT.
default tokens shown
Summary
The insert candidate is checked against this exact schema.