NATURAL JOIN keeps each common column once in the output layout.
common columns once
Read output shape
The output has 5 columns after merging 1 common column.
output columns=5
NATURAL 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.
Side columns remain
Non-common columns keep left dot and right dot labels in this teaching layout.
side labels visible
Summary
The merged common-column layout is the visible NATURAL JOIN output shape.