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
What is executequery?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
What is a serialized object?
What is datasource in ado.net?
What is the return type of executescalar?
What is the difference between ado.net and oledb?
how we can fire event in databound coulm in datagfrid withot using button?
What is ole in excel?
Describe the disconnected architecture of ADO.NET’s data access model.
What is the difference between statement and preparedstatement interface?
What is the current version of entity framework?
What is the difference between the clone() and copy() methods of the dataset class?
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
What are the pre-requisites for connection pooling?
describe the dataset object in ado.net.