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
what is create database syntax? : Sql server database administration
How is foreign key related to primary key?
What is @@rowcount in sql?
What is the use of @@spid?
What are the types of joins in sql?
What are the basic features of a trigger in ms sql server?
How to search for a string in all stored procedure in sql server?
How to Sync Two SQL Azure Databases?
How do you set a trace flag in sql server?
What is a cube? : sql server analysis services, ssas
What is an execution plan? When would you use it?
How can i Relate Tables in SSIS
Where cross join is used?
Why use “pivot” in sql server?
Why is normalisation important?