Can we create clustered index on non primary key column

Answer Posted / gunjan sapra

no,we can't create clustered index on non primary key just
because of the simple reason that in clstered
index,physical sorting is done while in non primary key
there might be hundreds of duplicate entries. so, if we
create clusterd index on non primary key it will get
confused and then error.

Is This Answer Correct ?    34 Yes 49 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is a transaction and what are acid properties? : Sql server database administration

516


What is user-defined function?

552


What is the fastest way to permanently delete a 1 million row table named customers?

584


What is a result set object returned by odbc_exec()?

537


hi, how to link a text file and a .rpt file in my tables of sql server and to retrieve those records for further use. reply me as soon as possible.

1547






Explain indexed views and partitioned view with their syntax.

670


how to take backup bcp out for a column in table in sql server?

1625


What is failover clustering overview?

581


How do I create an extended event in sql server?

475


Is it possible to update the views? If yes, how, if not, why?

531


In what three ways is the return statement used in a stored procedure?

508


How to view existing indexes on an given table using sp_help?

582


What is query optimization process?

508


What is the maximum row of a size?

560


Is a null value equal to anything? Can a space in a column be considered a null value? Why or why not?

624