what purpose of Indexing creating? directly we can search
the reqired row with the help of query?what is the use of
indexing?

Answer Posted / d. shyamala

Indexing is helpful when you have data which is used for
retrieval rather than transactions. Indexing results in
quick retrieval of data. But Indexing should be minimized
in the database where you have lots of transactions.
Indexes are of two types Clustered and non-clustered.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to generate a single aggregate?

540


What is the difference between statement and preparedstatement interface?

563


What is ole word?

527


Which keyword is used to accept variable number of parameters?

682


Why do we serialize data?

493






What are the key events of sqlconnection class?

608


Which method is used by command class to execute SQL statements that return single value?

552


What are the parameters that control most of connection pooling behaviors?

511


Explain the difference in an abstract class and an interface?

500


What is executenonquery ado.net?

496


What are the drawbacks of using ado.net?

541


What is the use of sqldatareader class?

475


What is the purpose of using adodb?

500


What is execute reader in ado.net?

493


Explain the difference between data reader and data set?

483