Can we create clustered index on non primary key column
Answer Posted / laxman2610
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 ? | 7 Yes | 5 No |
Post New Answer View All Answers
how we use window authentication connection with sql server.?
Explain foreign key in sql server?
What is the Disadvantage of indexed sequential file.
Why do we partition data?
What is the name of the system variable that returns the number of rows affected by a SQL statement?
How to test values returned by a subquery with the in operator?
What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?
What are logical database components? : SQL Server Architecture
How do indexes help, types?
What are the advantages of having an index on the sql server?
What are rows and columns?
Why are sql functions used?
How to use linked server?
How do I open port 1433?
What is normalization? Describe its different types.