Multiple right matches expand a left row before filtering.
highlighted = computed this step
One left row can repeat
If one left row matches more than one right row, it appears once per match.
one left row repeats
Read repeated output
The first left row has 2 right-side matches, and the joined table has 6 rows before WHERE.
joined rows=6
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.
No dedup step
LEFT JOIN keeps both matched rows in this finite model.
both matches stay
Summary
Filtering later starts from this already-expanded joined table.