By creating _____ in a database, you can speed up the retrieval of rows from a database table.

  • Aggregates
  • Indexes
  • Procedures
  • Views
By creating "Indexes" in a database, you can speed up the retrieval of rows from a database table. Indexes provide a faster way to locate specific data, enhancing database query performance.
Add your answer
Loading...

Leave a comment

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