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:

  •  Binary SEARCH style indexing
  •  B-Tree indexing
  •  Inverted LIST indexing
  •  MEMORY resident table
  •  Table indexing

Indexing is a technique for determining how quickly specific data can be found.
Types:



Discussion

No Comment Found