JOIN VIA MULTIPLE INDEXED COLUMNS is a search strategy of the SQL optimizer.
The database system can use this search strategy if the join columns may be combined into a complete index that includes multiple columns.
The database system accesses the rows of the table that is to be linked via this index.