dot Net Database Question:

Explain What is indexing?

Tweet Share WhatsApp

Answer:

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.

Download dot Net Database PDF Read All 23 dot Net Database Questions
Previous QuestionNext Question
Explain What is Task?Explain atleast three methods of response object other than Redirect?