_________ is a process of improving the performance of database queries by creating special data structures.

  • Denormalization
  • Indexing
  • Normalization
  • Partitioning
Indexing is a process used to improve the performance of database queries by creating special data structures that allow for fast retrieval of data. Indexes are created on columns frequently used in search conditions, such as primary keys or frequently queried attributes. By organizing data in this way, databases can quickly locate and retrieve relevant records, resulting in faster query execution times.
Add your answer
Loading...

Leave a comment

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