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 / madhunathanv
Apart from Clustered index def:
Indexes should be used to the column where frequently data
is retrieved.
AFAIK
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to add an aggregate column?
Which parameter of ConnectionString is used to specify the name of the database?
What is ado control?
Explain how to create dynamic gridview?
What is ado.net architecture?
What is ado and rdo?
What is the difference between linq and ado.net?
What is data control techniques?
Which database is the ado.net sql connection object designed for?
What is difference between connected and disconnected architecture in ado.net?
Explain the difference between data reader and data adapter?
What is Data Provider?
Explain all the classes those are used for database connections between sql server and asp.net?
What is the difference between connected and disconnected environment?
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?