Database Index

All Questions

Asked by: Zoha Tazmen

What is a database index?

Answers (1)

A database index is a data structure that improves the speed of data retrieval operations on a database table. It works like an index in a book, allowing the database to find rows more quickly.

Answered by: Zoha Tazmen

Your Answer