can primery key be a non clustered index?

Answer Posted / samar

Primary key is also known as clusterd index which is
physical structure .And noncluster index is logical
structure .

therefore Primary key cant be a nonclustered index. and
when we are creating primary key on a table system
understands it as creation of clustered index.

this is the reason one table can have one primary key

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how would you troubleshoot blocking? : Sql server database administration

529


in the physical file layout, where should the transaction log be stored in relation to the data file? : Sql server administration

561


What are window functions in sql server?

520


What is a db view?

528


how can you find out if the current user is a member of the specified microsoft® windows nt® group or microsoft sql server™ role? : Sql server administration

578






What are null values in ms sql server?

568


What is model database? : SQL Server Architecture

578


What are the operating modes in which database mirroring runs?

618


What is bcp? When does it used?

557


How can you insert values in multiple rows using one Insert statement?

625


How to find related tables in sql server?

509


How to change the name of a database user?

559


what is the system function to get the current user's user id? : Sql server database administration

563


what is a correlated sub-query? : Sql server database administration

490


What is difference between commit and rollback when used in transactions?

504