Solved

To Create a MySQL Index Using SQL,the Correct SQL Statement

Question 21

Multiple Choice

To create a MySQL index using SQL,the correct SQL statement is ________.


A) ALTER TABLE {TableName} ADD INDEX {IndexName}
B) ALTER TABLE {TableName} INSERT INDEX {IndexName}
C) CREATE INDEX {IndexName} ON TABLE {TableName}
D) Both A and C are correct

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions