0
13kviews
Indexing Techniques in a Database
1 Answer
written 8.2 years ago by |
Indexing is a data structure technique to efficiently retrieve records from the database files based on some attributes on which the indexing has been done. Indexing in database systems is similar to what we see in books.
Indexing is defined based on its indexing attributes. Indexing can be of the …