-
To reactivate indexes the command used is _________________.
-
- ENABLE INDEXES
- ENABLE KEYS
- DISABLE INDEXES
- DISABLE KEYS
- None of these
Correct Option: B
In MySQL, the clauses ‘DISABLE KEYS’ and ‘ENABLE KEYS’ are used to deactivate and reactivate indexes for the table. The server does the work in deactivations and reactivations.