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
Does entity framework use ado.net?
What is dataadapter in ado.net?
What is the full form of ado.net?
Which method in OLEDBAdapter is used to populate dataset with records?
What are the 3 major types of connection objects in ado.net?
What is the difference between ado.net and oledb?
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
What is ado rdo dao in visual basic?
Explain the difference between an ado.net dataset and an ado recordset?
Define bubbled event?
What is ado.net architecture?
What are the steps to connect to a database?
What is the use of connection object in ado.net?
Why edit is not possible in repeater?
What is defaultview in datatable?