MCQ Single Best Answer Easy

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

ID: #15463 Data definition language - MySQL 95 views
Question Info
#15463Q ID
EasyDifficulty
Data definition language - MySQLTopic

Choose the Best Option

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

  • A CREATE UNIQUE INDEX
  • B CREATE COMPOSITE INDEX
  • C CREATE INDEX
  • D CREATE MULTIKEY INDEX
Correct Answer: Option C

Explanation

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

Share This Question

Challenge a friend or share with your study group.