Home » MYSQL » Mysql Compound Statements » Question
  1. The statement used to remove indexes on tables is ______________.
    1. DELETE INDEX
    2. FLUSH INDEX
    3. DROP INDEX
    4. REMOVE INDEX
    5. None of these
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.



Your comments will be displayed only after manual approval.