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:

Verified
Correct Answer:
Verified
Q16: To execute an SQL query,click the "Execute
Q17: DBMS objects are displayed _.<br>A)in the Navigation
Q18: The MySQL statement BEGIN is used to
Q19: The MySQL Workbench is the main utility
Q20: To insert non-sequential data into a MySQL
Q22: Schema is the MySQL synonym for database.
Q23: The MySQL keyword used to retrieve a
Q24: Which of the following MySQL configuration settings
Q25: What is the MySQL Command-Line Client?
Q26: The MySQL command line utility is _.<br>A)MySQL*Plus<br>B)the