what are the advantages of primary key over unique+notnull

Answer Posted / soubhagya

When we create a primary key automatically a cluster index
is created on those columns involved in primary key.But
this index not created in unique+not null key, it only
restrict the duplicate values.

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different datatypes available in PL/SQL?

572


What is set serveroutput on?

651


Does normalization improve performance?

558


What is sql injection vulnerability?

500


How many types of literals are available in pl sql?

522






what are myisam tables? : Sql dba

556


What is the sql*loader? : aql loader

593


What is java sql drivermanager?

553


what is the difference between mysql_fetch_array and mysql_fetch_object? : Sql dba

563


what is msql? : Sql dba

570


What is a unique constraint?

614


What does subquery mean in sql?

549


Explain alias in sql?

589


What is clustered index in sql?

600


What is the difference between subquery and correlated query?

538