How does indexing improve query performance in a database?

  • Decreases the overall database size
  • Increases the complexity of queries
  • Reduces the number of records in a table
  • Speeds up data retrieval by providing a quick access path
Indexing improves query performance by creating a quick access path to the data. It reduces the number of records that need to be scanned, making data retrieval faster for specific queries.
Add your answer
Loading...

Leave a comment

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