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 are the new features in sql server 2016?
What are the grouping functions?
What is the beast way to write CTE in SQL Server ?
What is the use of nvl work?
you added a row to a view, but the row is not shown on the view. Explain how this can happen, and how you can remedy the situation
What are the advantages of using stored procedures in sql server?
What is sql sandbox in sql server?
Can you explain different types of locks in sql server?
What protocol does sql server use?
Is profiler the only tool that has the ability to audit and identify ddl events? : sql server security
What is clustered index
what is hash nonclustered index
Define master database?
What is sql or structured query language?
What is nested transaction?