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

What is meant by indexing?

509


Explain partitioned view?

595


Explain what is lock escalation?

583


How to insert stored procedure result into temporary table?

587


What is sql server profiler?

576






Can you name some of the dml commands in sql?

554


What are the new features in SQL Server 2005 when compared to SQL Server 2000?

630


How can you ensure that the database and sql server based application perform well?

639


what do you understand by change data capture?

566


How and why use sql server?

556


Explain transaction server explicit transaction?

509


What is the difference between a stored procedure and a user defined function?

550


Explain the microsoft sql server delete command?

540


What is a result set object returned by odbc_exec()?

554


What is the most common type of join?

534