Can we create clustered index on non primary key column

Answer Posted / sandeep

Yes, We can, only thing is that, we can create clustered
index only on one key.If table contains any clustered index
on any key(even on primary or on unique key) just drop it
and create it on desired key. after it you can create a non
clustered index on primary or on unique key.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which are the important points to note when multilanguage data is stored in a table?

510


What is faster join or union?

596


How do you delete a data source?

538


How to sort query output in descending order in ms sql server?

542


What are a scheduled jobs or what is a scheduled tasks?

490






What are the new data types are introduced in sql 2000?

500


1.what is the diff between nolock optimizer and read uncommitted isolation? 2.what is the diff between revoke and deny? 3.what is percieved down time? 4.whether password protection are required for backups?if yes why?if no why? 5.what is fill factor? 6.what is cost analysis? 7.what is mean by piece meal restore? 8.what is 'rowguidcol'? 9.impersonate permission? 10.what is selectivity?

1626


1.how to find the dead lock in sql server? 2.How to fine the memory leaks in sql server? 3.suppose transaction log file increasing what action will take ?

1547


What is data block and how to define data block size?

599


What is index in an assignment?

527


what is difference between NULL and ISNULL in SQL Server 2008?

579


What is the contrast between sql and pl/sql?

620


Do you know what are the restrictions applicable while creating views? : SQL Server Architecture

550


What are different type of Collation Sensitivity?

552


Does partitioning improve performance sql server?

483