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