What is indexing in the context of database design?

  • A method to increase data redundancy
  • A process to create complex queries
  • A technique to optimize the retrieval of records from a database table
  • A way to define primary keys
Indexing in database design is a technique used to optimize the retrieval of records from a database table. It involves creating an index on one or more columns to speed up the data retrieval process.
Add your answer
Loading...

Leave a comment

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