Q. What does the CREATE INDEX Statement do?

  • (A) An index is created in a SQL database table with this SQL statement.
  • (B) Changes made in the SQL database transaction are permanently saved using this SQL statement.
  • (C) By running this SQL statement, the transaction will be undone and the operations not yet saved to the SQL database will be undone.
  • (D) The SQL database table's index is deleted using this SQL statement.
πŸ’¬ Discuss
βœ… Correct Answer: (A) An index is created in a SQL database table with this SQL statement.
Explanation: An index is created in a SQL database table with CREATE INDEX SQL statement.
Explanation by: Tina Singh
An index is created in a SQL database table with CREATE INDEX SQL statement.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
213
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Tina Singh
Publisher
πŸ“ˆ
85%
Success Rate