Can we create clustered index on non primary key column

Answer Posted / surya prakash

Finally, i want to conclude by saying.

1. We can create Clustered Index on Non-Primary Key Columns
and this table should not contain any other column with
Primary Key.

2. It is recommended that we create Clustered Indexing on
Primary Key Columns

Is This Answer Correct ?    9 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a deadlock and what is a live lock?

752


What is the cartesian product of the table?

725


Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?

752


Can a cursor be updated? If yes, how you can protect which columns are updated?

727


What is check constraint in sql server?

715






Explain unique key in sql server?

722


What command do we use to rename a db, a table and a column?

665


Explain about Normalization?

779


Explain multiserver query

714


What is 3nf normalization form?

762


What is the purpose of linked server configuration in sql server?

725


What is the Difference Between Primary and Foreign Key?

753


How to create stored procedures with parameters in ms sql server?

706


What is the difference between Normalization and De-normalization?

780


Can we write ddl in trigger?

650