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
Do you know the capabilities of cursors?
What do you mean by collation recursive stored procedure?
can any body tell me how to know the password of current user in sql server
What is stretch database in sql server?
How to transfer data from a cursor to variables with a "fetch" statement?
what is create database syntax? : Sql server database administration
What is role playing dimension with two examples? : sql server analysis services, ssas
What information is maintained within the msdb database?
What is sql server transaction log file?
What is change tracking in sql server?
Why is replication required on the sql server?
What is a trace frag?
How to use copy and concatenate commands in SQL?
What are the different editions available in sql server 2000?
What is normalization according to you and explain its different levels?