adspace


What is difference between clustered index and non clustered index?

Answer Posted / Anup Kumar Srivastav

[{"clustered index": "A type of index that organizes the actual data in a specific order based on the indexed column. Only one table can have a single clustered index."}, {"non clustered index": "A type of index that stores the data rows in their original location and only creates an index to speed up search operations. A table can have multiple non-clustered indexes.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When should you use an instead of trigger?

1062


How to convert character strings into numeric values?

1200


What are different types of constraints?

1008


How raid can influence database performance?

1132


what is spatial nonclustered index

1066


What is clustered index

1100


Is it possible to have clustered index on separate drive from original table location?

1051


If any stored procedure is encrypted, then can we see its definition in activity monitor?

1085


What is the primary use of the model database?

1161


List the ways in which dynamic sql can be executed?

1100


How to enter binary string literals in ms sql server?

1256


Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?

1032


What is sql server query analyzer?

1140


Can you index views?

959


How do I start sql server 2017?

1024