JOIN VIA KEY COLUMN is a search strategy of the SQL optimizer.
The database system can use this search strategy for joins where the join column is the only column of the primary key.
The database system accesses the second table in the join directly via the primary key.