what is clustered index?why is it created?
Answer Posted / chaitanya.k
clustered index is a type oof index this is a physical
component used to to resorted the data in a table. U can use
only one clustered index for a Table.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
Explain the difference between data reader and data set?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
What is the difference between connected and disconnected environment?
The answers which posted above is not satisfied my requirement? Can some one post teh exact answer? Thanx
how Sequence to connect and retrieve data from database using dataset?
What is dataset object? Explain the various objects in dataset.
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
Which property is used to check whether a DataReader is closed or opened?
What is the default provider in ado.net?
How would you connect to database using .NET?
Define the executescalar method?
Explain the different row versions available in table?
What are the pre-requisites for connection pooling?
What are the namespaces used in ADO.Net to connect to a database?
What is XML serialization