Answers

Question and Answer:

  Home  dot Net Database

⟩ Explain What is indexing?

An index

1. is sorted by key values, (that need not be the same as those of the table)

2. is small, has just a few columns of the table.

3. refers for a key value to the right block within the table.

4. speeds up reading a row, when you know the right search arguments.

 173 views

More Questions for you: