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

Why primary key is required?

571


Does asenumerable execute the query?

609


What is a data manipulation language?

579


What are the two parts of design view?

592


What is use of trigger?

519






Why do we use cursors?

522


what tools available for managing mysql server? : Sql dba

545


What is the difference between jpql and sql?

567


What is trigger types in sql?

544


What is thread join () in threading?

552


What is varray in pl sql?

574


Why do we need sharding?

542


What are its different types of dbms?

548


What is pl sql script?

570


Is sql harder than python?

620