JOIN VIA MULTIPLE KEY COLUMNS is a search strategy of the SQL optimizer.
The database system can use this search strategy if the join columns can be combined into the key of the new table, which consists of multiple columns.
The database system accesses the table rows in the new table directly.