Which statement is used to remove indexes on tables?
(a) DROP INDEX
(b) DELETE INDEX
(c) REMOVE INDEX
(d) FLUSH INDEX
The 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