InterviewSolution
Saved Bookmarks
| 1. |
The statement used to remove indexes on tables is ______________(a) DROP INDEX(b) DELETE INDEX(c) REMOVE INDEX(d) FLUSH INDEXI have been asked this question during an interview.This is a very interesting question from Using Server-Side Prepared Statements topic in division MySQL Programs Using C of MySQL |
|
Answer» The correct choice is (a) DROP INDEX |
|