Can we create clustered index on non primary key column

Answer Posted / rima

NO.If the table has the primary key column, then by default
it will have a clustered index on that primary key
cloumn.So if you want to create a clustered index on non
primary key column then you have to create it before
setting a column as the primary key column or u have to
delete the clustered Primary key columns index to create a
new one.but it is recommended to have a clustered index on
primary key column.

Is This Answer Correct ?    17 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

sql database suspect We have a sql database that is showing as suspect. How can we recover?

1569


What is database black box testing?

773


Do you know nested transaction?

682


What are page splits?

762


What is difference between group by and having?

720






What is not null constraint?

814


how you can get the list of largest tables in a database? : Sql server administration

725


What happens when converting big values to integers?

729


What are click through reports?

118


what are the reporting service components in SSRS?

139


What are the export options of ssrs?

151


What are recommended options to be used while using db mirroring? : sql server database administration

763


Can primary key be null?

683


What is blocking and how would you troubleshoot it? : sql server database administration

765


What is triggers in ms sql server?

804