EQUAL CONDITION FOR KEY is a search strategy of the SQL optimizer.
This search strategy can be used if both of the following conditions are met:
The table has only one key column.
The search condition contains an equality condition for this key column.
The database system directly accesses the table rows.