Saved Bookmarks
| 1. |
What is indexing and what are the different kinds of indexing? |
|
Answer» Indexing is a technique for determining how quickly specific data can be found. Types: 1. Binary search style indexing 2. B-Tree indexing 3. Inverted list indexing 4. Memory resident table 5. Table indexing |
|