Can we create clustered index on non primary key column

Answer Posted / ashok

we can creta clustered index on non primary column.
create table abc(eid int,ename varchar(50))
create clustered index abc_clustered on abc (eid)

Is This Answer Correct ?    67 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a partition key?

676


What is query parameter in ssrs?

132


how do you implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql server database administration

784


What is onf in normalization form?

773


Is it possible to create trigger on views?

710






If you are given access to a SQL Server, how do you find if the SQL Instance is a named instance or a default instance?

843


How to use wildcard characters in like operations in ms sql server?

809


How to insert multiple rows with one insert statement in ms sql server?

791


What is the bookmark lookup and rid lookup?

751


What is the guest user account in sql server? What login is it mapped to it? : sql server security

762


Explain about system stored procedure?

773


What is for xml in sql server?

686


What is cursors?

810


What is de-normalization and what are some of the examples of it?

722


What is exclusive locks?

705