dot Net Database Question:
Download Questions PDF

Explain What is indexing?

dot Net Database Interview Question
dot Net Database Interview Question

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 Interview Questions And Answers PDF

Previous QuestionNext Question
Explain What is Task?Explain atleast three methods of response object other than Redirect?