Single Choice Easy

QWhat is the purpose of an index in a relational database?

ID: #15430 Relational database concepts 143 views
Question Info
#15430Q ID
EasyDifficulty
Relational database conceptsTopic

Choose the Best Option

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

  • A To define a primary key for a table
  • B To ensure data integrity
  • C To optimize query performance
  • D To enforce referential integrity
Correct Answer

Explanation

An index in a relational database is a data structure that improves the speed of data retrieval operations, such as searching, sorting, and joining tables. It allows the database engine to locate data more efficiently by creating a separate data structure based on selected columns.

Share This Question

Challenge a friend or share with your study group.