JOIN VIA MULTIPLE°KEY°COLUMNS is a search strategy of the SQL Optimizer for joins.
This search strategy can be used if the join columns can be combined in the key of the new table. This key consists of multiple columns.
The system accesses the table rows in the new table directly.
See also:
Search strategies for Joins