Unmatched left rows are preserved with right NULLs.
highlighted = computed this step
Left-only rows
If a left row has no matching right row, the output keeps it and pads right columns with NULL.
left only plus right NULLs
Read left-only rows
There are 2 left-only output rows.
left only=2
Full-outer-join examples are tiny finite-table transforms; SQL dialect completeness, type coercion, optimizer behavior, execution cost, indexing, output ordering guarantees, and database-product claims are out of scope.
Right side is padded
The classification table marks these rows as left_only.