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 differences between require and include, include_once and require_once? : Sql dba

743


What is parameter substitution in sql?

752


Which sorts rows in sql?

770


How to process query result in pl/sql?

773


Explain 3 basic parts of a trigger.

1037






Can a trigger call a stored procedure?

747


How can you view the errors encountered in a trigger?

735


What are user defined functions?

759


What is view? Can we update view

1081


What does select * from mean in sql?

2539


How do you clear the screen in sql?

781


Is sql developer case sensitive?

724


What are reports usually used for?

762


What is difference between sql and oracle?

776


Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?

3309