Single Choice Easy

QWhich of the following DDL statements is used to create a new index on one or more columns of a table in MySQL?

ID: #15452 DDL - Data Definition Language 107 views
Question Info
#15452Q ID
EasyDifficulty
DDL - Data Definition LanguageTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A CREATE INDEX
  • B ALTER INDEX
  • C ADD INDEX
  • D MODIFY INDEX
Correct Answer

Explanation

The CREATE INDEX statement in MySQL is used to create a new index on one or more columns of a table. Indexes improve query performance by allowing faster data retrieval based on the indexed columns.

Share This Question

Challenge a friend or share with your study group.