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


Please Help Members By Posting Answers For Below Questions

What is the exact numeric data type in sql?

551


To automatically record the time on which the data was modified in a table, which data type should you choose for the column?

537


you have separate development and production systems you want to move a copy of a development database into production to do this, you do a backup on the development system and restore to the production system after a few minutes, you begin getting calls from several customers saying that they are denied access to the system why? : Sql server administration

553


Where are full-text indexes stored?

575


What is cursors? And what are the different types of cursor?

555






What are cascading parameters in ssrs reports?

176


What are out-of-range errors with date and time literals?

556


What is a print index?

502


Explain transaction server distributed transaction?

503


How to execute the cursor queries with "open" statements?

615


What are the steps to process a single select statement?

515


I have all the primary data files, secondary data files as well as logs. Now, tell me can I still restore the database without having a full backup? : sql server database administration

684


How to check status of stored procedure in sql server?

450


What are the general features of sql server management studio? : sql server management studio

599


Mention the different types of replication in sql server.

564