Can we create clustered index on non primary key column
Answer Posted / ashok
we can creta clustered index on non primary column.
create table abc(eid int,ename varchar(50))
create clustered index abc_clustered on abc (eid)
| Is This Answer Correct ? | 67 Yes | 9 No |
Post New Answer View All Answers
Is the primary key column of a table an index in ms sql server?
What do you mean by the term 'normalization'?
Who developed sql server?
Explain nested stored procedure. Syntax and an example for create nested stored procedure?
How to convert a table data in XML format in sql server?
Define model database?
What is reportserver and reportservertempdb ?
List out some of the requirements to set up a sql server failover cluster?
Can you tell me some of the common replication dmv's and their use? : sql server replication
What is view in sql?
Can we store videos inside the sql server table?
What is precedence constraint?
Does partitioning ssd reduce performance?
tell me what are the steps you will take to improve performance of a poor performing query? : Sql server database administration
What is purpose of normalization?