Can we create clustered index on non primary key column
Answer Posted / vikas kant
Yes We can create clustered index on a non primary key
column by using the following syntax--:
create clustered index abc_index on Table1(student_class)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is PROJECTION Operation?
Explain what is the purpose of sql profiler in sql server?
last function used in MS Access to convert sql what function will use in sql
If you lose rights to your sql server instance what are the options to connect to sql server instance? : sql server security
What are the filtered indexes?
If any stored procedure is encrypted, then can we see its definition in activity monitor?
Tell me time data type, datetime2, datetimeoffset data type in sql server 2008?
How to disable a login name in ms sql server?
Why do we use trigger?
what is the Ticketing tool used in Wipro technologies at Bangalore...???
what are acid properties? : Sql server database administration
What are the different types of sql server replication? : sql server replication
What does Master database contains?
What are transactions and its controls?
What do you mean by stored techniques? How would we use it?