InterviewSolution
Saved Bookmarks
| 1. |
Which statement is used to remove indexes on tables?(a) DROP INDEX(b) DELETE INDEX(c) REMOVE INDEX(d) FLUSH INDEXThe question was posed to me in unit test.My doubt is from Creating, Dropping, Indexing and Altering Tables in portion Using SQL to Manage Data of MySQL |
|
Answer» Correct choice is (a) DROP INDEX |
|