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

Best explanation: MySQL provides statements to change the structure of TABLES. To add or REMOVE the indexes on the existing database tables, the ‘CREATE INDEX’ and ‘DROP INDEX’ tables are used.



Discussion

No Comment Found

Related InterviewSolutions