Can we create clustered index on non primary key column
Answer Posted / vidit
Yes, But on that table primary key should be created with
non-clustered index and the columun u want to create a
cluster index is should be unique
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain indexing and what are the advantages of it?
How to create function with parameter in sql server?
What is similarity and difference between truncate and delete in sql?
How to use old values to define new values in update statements in ms sql server?
How to use linked server?
what is a join and explain different types of joins? : Sql server database administration
what are the steps you will take to improve performance of a poor performing query? : Sql server database administration
How do I view a trc file?
How many types of schemas are there?
What are the drawbacks of reporting in ssrs?
What are locks in sql?
What are different backups available in sql server?
What is the difference between the export /import functions in sql studio and standalone sql manager? : sql server management studio
What are “phantom rows”?
What is a domain constraint give an example?