Duplicate matching keys still multiply output rows.
highlighted = computed this step
Duplicate key matches multiply
If one left key matches multiple right rows, each pair becomes an output row.
duplicate key matches
Read multiplication
The duplicate key creates 2 extra match rows inside 5 total matches.
extra matches=2
JOIN USING 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.
USING does not dedup
Merging the key column does not remove duplicate matching pairs.
layout not dedup
Summary
JOIN USING changes output layout, not match multiplicity.