can primery key be a non clustered index?

Answer Posted / vinoth

Yes,Its Possible.Eg( Select Eid,Did,Ename from Employee)
.Create table with primary key column(Eid).This time
Primary key column ACT As a CLUSTERDE INDEX for Default.

Suppose User directly create Did COLUMN with CLUSTEREDINDEX
at this time Primary key column act as a NONCLUSTEREDINDEX.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What guidelines should be followed to help minimize deadlocks?

686


How column data types are determined in a view?

683


List the different normalization forms?

709


What is the significance of null value and why should we avoid permitting null values?

723


What is a not null constraint?

769






Does a full backup include transaction log?

681


Explain what is row_number function?

756


What is dbcc? Give few examples.

751


How to override dml statements with triggers?

747


What is difference between standardization and normalization?

735


How do you run a trace?

686


What is the use of set nocount on/off statement?

818


What is database replication?

757


How to download and install the scaled-down database adventureworkslt?

777


Tell me about normalization in DBMS.

752