Which of the following is a primary purpose of indexing in a database?

  • Enforcing data integrity
  • Improving the speed of data retrieval
  • Reducing storage space
  • Simplifying database administration
Indexing in a database primarily serves to enhance the speed of data retrieval by creating a structured mechanism for locating data, often using B-tree or hash-based data structures.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *