Home » MYSQL » MySQL Database Operations » Question
  1. Which statement is used to remove indexes on tables?
    1. FLUSH INDEX
    2. REMOVE INDEX
    3. DELETE INDEX
    4. DROP INDEX
    5. None of these
Correct Option: D

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.



Your comments will be displayed only after manual approval.