EQUAL CONDITION FOR INDEX is a search strategy of the SQL optimizer.
The database system can use this strategy for search conditions that contain an equality condition for all columns of an index.
The database system directly accesses the table rows using the inversion list.