Indexes can improve query performance by reducing ________ by enabling the database engine to find rows more efficiently.

  • Data duplication
  • Disk I/O
  • Index fragmentation
  • Query complexity
Indexes can reduce disk I/O by enabling the database engine to locate rows more efficiently using index structures, minimizing the need to scan the entire table and thus enhancing query performance.
Add your answer
Loading...

Leave a comment

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