Difference between Cluster and Non-cluster index?
Answer Posted / yashpal
Clustered index will be created by default when u
create primary key on a column. only one clustered index is
created per table
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 ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain about analysis services?
What are the new features in sql server 2016?
What is a table called, if it has neither cluster nor non-cluster index? What is it used for?
Can we shrink data file in sql server?
Explain the use of containers in ssis and also their types?
What is the maximum size of a row in sql server?
What are different types of subquery?
what is sql server? : Sql server database administration
What is the difference in accessing db between sql server vs sql azure?
Explain the difference between primary keys and foreign keys?
What is open database communication (odbc)?
Explain mixed authentication mode of sql server?
What is use of @@ spid in sql server?
How to find the source of a table in sql server?
How many types of triggers in sql server?