The shared key appears once in the JOIN USING output.
highlighted = computed this step
USING key appears once
JOIN USING shows the shared key once in this teaching output layout.
shared key once
Read output shape
The JOIN USING output has 5 columns; the ON contrast has 6 columns because it keeps both key columns.
USING columns=5
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 column
The output header begins with customer id once, not left and right copies.
one shared key
Summary
The key output shape is the main JOIN USING difference shown here.