A left outer join starts with two visible input tables.
highlighted = computed this step
Base left and right tables
A left outer join starts with a left table and a right table.
two input tables
Read the inputs
The left table has 4 rows and the right table has 4 rows.
left rows=4
Outer-join examples are tiny finite-table transforms; SQL dialect completeness, type coercion, optimizer behavior, execution cost, indexing, and database-product claims are out of scope.
Keep both sides visible
The visual keeps both input tables visible before any output row is trusted.
inputs before output
Summary
Outer joins are easiest to read when the input rows stay in view.