If the SQL statement contains search conditions for key columns, the following search strategies can be used:
Search Condition |
Search Strategy |
Equality condition for every key column |
The appropriate row(s) is/are accessed directly. |
IN condition for one key column and an equality condition for all other key columns |
The appropriate row(s) is/are accessed directly. |
Upper and lower limits for the valid key range are created for the key columns. All search strategies, including strategies using inversions, use the knowledge of this valid search range. |