what is clustered index?why is it created?

Answers were Sorted based on User's Feedback



what is clustered index?why is it created?..

Answer / 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

what is clustered index?why is it created?..

Answer / roopesh kumar

Clustring is a method for storing the tables in same block
that are related.
Cluster index are used to achive this object.

Is This Answer Correct ?    9 Yes 1 No

what is clustered index?why is it created?..

Answer / amit

Clustered index is the primary key of the table...

Is This Answer Correct ?    6 Yes 5 No

what is clustered index?why is it created?..

Answer / kuldeep kumawat

clustered index make physical table of the underline base table like (PhonBook,Discretionary)
and
Non clustered index is a reference table key of base table.
nonclusterd index has reference key to point a main table record
(like our not book we have index at first page and page number )
Example blow here ..
topics page no
class 20
object 30
asp.net 300
practices Example 330

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

What is the difference between connected and disconnected environment?

0 Answers  


What is the use of Dataview?

0 Answers  


Which database is the ado.net?

0 Answers  


What does sqldatareader return?

0 Answers  


What is the use of SqlCommand object?

0 Answers  






How is entity framework different from ado.net?

0 Answers  


Explain the role of data provider in ado.net?

0 Answers  


What is meant by entity framework?

1 Answers  


How to connect and retrieve data from database using dataset

0 Answers  


What is ado.net components?

0 Answers  


What is an orm, and why would you use one instead of plain old ado.net?

0 Answers  


What is aggregating data ?

0 Answers  


Categories