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
Explain a join?
Hi, I Created 3 Tables Person(PersID[prkey],Name,Email,Password), Project(ProjName,ProjID[prkey],ProjLeader,ProjManager) & ProjectInvolvement(EntryDate,ProjID[frkey],PersID[frkey],ProjDuration). For this how can i INSERT,UPDATE & DELETE Through PROCEDURE? Please Post the Answer for me. Desai.
What are the two modes of authentication in sql server?
What are the tool windows in sql server management studio? : sql server management studio
How to fine-tune reports?
What is checkpoint process in the sql server?
How can we determine what objects a user-defined function depends upon?
Can you pass expressions to function parameters?
How can you hide the sql server instances?
What is outer join in sql server joins?
What are cascading parameters in ssrs reports?
Explain the xml support sql server extends?
What is conditional split?
What are the types of user defined functions in sql server?
How to get the number of affected rows?