JOIN VIA RANGE OF 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 initial part of the key of the new table, which consists of multiple columns.
The database system accesses the table rows of the new table sequentially within the key range.