Drop Database
- Which statement is used to remove indexes on tables?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
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.