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
What is a db view?
What is unique key constraint?
Explain indexes disadvantages?
What is sub-query in sql server? Explain its properties.
What is the filtered index?
What stored procedure can you use to display the current processes?
What do mean by xml datatype?
What is the purpose of sql profiler in sql server? : sql server database administration
What are points to remember while using the fillfactor argument?
What is encryption key?
What is after dml trigger?
How do I view a trc file?
Can we insert data into a view?
What according to you is the difference between mysql and sql server performance?
Explain the dirty pages?