One left row can appear once per right-side match.
highlighted = computed this step
One left row can repeat
If one left row matches two right rows, that left row appears twice in output.
one to many
Read Ada's matches
The first left row has 2 matches, and the join emits 3 rows total.
first matches=2
Inner-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 automatic collapse
The output keeps both matching order rows.
both matches stay
Summary
This is join multiplication: matched pairs, not left rows, drive row count.