Unmatched right rows are preserved with left NULLs.
highlighted = computed this step
Right-only rows
If a right row has no matching left row, the output keeps it and pads left columns with NULL.
right only plus left NULLs
Read right-only rows
There are 2 right-only output rows.
right 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.
Left side is padded
The classification table marks these rows as right_only.
class right only
Summary
FULL OUTER JOIN preserves unmatched right rows too.