JOIN USING starts with a key column that has the same name on both sides.
same named key
Read inputs
The left table has 4 rows; the right table has 5 rows.
left rows=4
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.
One key name
Both tables have a customer id key column in this pinned example.
USING key visible
Summary
The shared key name lets the output show that key once.