Difference between Cluster and Non-cluster index?

Answer Posted / ajay kumar gupta

CLUSTERED INDEX:
Clustered index will be created by default when u
create primary key on a column. So we can create one
clustered index per table. clustered index is stored in
serial passion.

NON CLUSTERED INDEX:
Non clustered index will be created automatically when u
create unique key on a column. A table can have no.of
unique keys, so we can create no.of non clustered indexes
per table.

Is This Answer Correct ?    141 Yes 37 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why olap is used?

718


After removing a table from database, what other related objects have to be dropped explicitly?

791


What are the types of processing and explain each? : sql server analysis services, ssas

901


Define master database?

735


Do you know what is blocking?

727






What is sql server locking?

700


Are null values the same as that of zero or a blank space?

783


Describe in brief system database.

735


explain how to create a new schema in a database? : Sql server database administration

780


What is an indexed view?

744


Explain encryption of entire databases without the need for application changes in sql server 2008?

763


How to turn off warning messages during php execution?

719


Write a SQL query to make a column as unique?

777


how can you select rexcord(rows) from table A which is not present in Table B . Id being the FK in Table B referencing to ID Table A

1415


Indexes are updated automatically is the full-text index also updated automatically?

793