Answer Posted / devendra sharma
Yes it is possible that a primary key can be non clustered
create table abc(eid int PRIMARY KEY
NONCLUSTERED,ename varchar(50),vid int)
create clustered index abc_clustered on abc (vid)
now if you will check the index on eid cloumne it will be
unique and vid will have a clustered index.
Give it a try if you don't belive......
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
what are database files and filegroups? : Sql server database administration
What are the benefits of normalization?
What happens when transaction log is full?
What is replace and stuff function in sql server?
What is query optimization process?
What are examples of triggers?
what is a self join? : Sql server database administration
How to insert multiple rows with a subquery?
What is forward - only cursors / read only cursor?
What is microsoft sql server?
Tell me extended events in sql server 2008?
Does group by or order by come first?
Explain various data region available in ssrs with their use?
How to delete database objects with "drop" statements in ms sql server?
What area unit the various kinds of info compression introduced in sql server 2008?