Difference between Cluster and Non-cluster index?

Answer Posted / rahul

A) Creating a clustered index on a table re-arranges the data in a sequential manner. while creating clustered index, certain guidelines must be followed. They are:

1) Queries should return a range of values by using operators such as, BETWEEN, > , >= , < and <=.

B) Non-clustered index is created on a table, the data is not physically re-arranged in sequential order.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is simple indexing method?

577


How many triggers are possible per table?

630


What are the differences between stored procedure and the dynamic sql?

587


Where the sql logs gets stored?

547


What is failover clustering overview?

595






John exports information periodically from a microsoft sql server database to an oracle database what is the best way to do this?

534


Explain steps of normalization?

527


Define inner join? Explain with an example?

516


How to manipulate data from one table to another table ?

550


What is impersonation? What are the different impersonation options available in ssas? : sql server analysis services, ssas

550


What is the new security features added in sql server 2014? : sql server security

570


Can you explain what is sql server english query?

542


Why we use functions in sql server?

522


Give me any three differences between Truncate and Delete.

575


What are the two modes of authentication in sql server?

526