What is clustered, non-clustured and unique index. How many
indexes can be created on a table ?

Answer Posted / leena

clustered index physically store data orderly in a
table,but non-clustered index store data logically not
physically.
primary key is by default clustered index,and unique key is
by default non-clustered index.
A table can contain only one cluster index.

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to present a past time in hours, minutes and seconds? : Sql dba

555


What is implicit cursor in pl sql?

537


what is a constraint? : Sql dba

708


What are the methods of filing?

516


How consistent is the view of the data between and within multiple sessions, transactions or statements ?

1706






Can we use loop in sql?

533


What type of join is sql join?

529


how to show all tables with 'mysql'? : Sql dba

604


What is cascade in sql?

559


What is rank dense_rank and partition in sql?

535


What is nosql example?

581


How many types of primary keys are there?

525


What is sql character function?

539


Why we use joins in sql?

536


How many columns should be in an index?

518