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

You want to implement the one-to-one relationship while designing tables. How would you do it?

741


Write a program using SQL queries to find a unique entry in a table.

748


How to get nth highest salary from employee table.

839


Explain having clause and where clause?

806


If user is owning any SQL Objects, can we drop that user

1839


Do you know what is sql injection?

745


What is the difference between a function and a trigger?

795


How to get a list of columns in a view using the "sp_columns" stored procedure?

819


What are different types of statements that are supported by sql?

806


What does null mean?

770


Explain error and transaction handling in sql server?

712


Which tcl commands are available on the sql server?

805


Explain microsoft sql server functions?

793


Define inner join? Explain with an example?

734


What is fill factor and pad index?

772