Several omitted defaulted columns resolve together.
highlighted = computed this step
Multiple defaults in one insert
One candidate can omit several defaulted columns.
several defaults
Fill several cells
The insert applies 3 default cells and leaves 3 final rows.
final rows=3
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.
Read the resolved row
Each defaulted column is resolved separately from the same schema.
cell by cell
Summary
The compiler does not guess defaults that are not in the schema.