If a table column has is UNIQUE and has NOT NULL, is it
equivalent to a PRIMARY KEY column?

Answer Posted / prashant t.

No.
It will same for doesn't allow null and duplicate values.
But, Primary key constrained applied Cluster index on that
column and unique key constraint non clustered index on
that column. that is the major differece still be there.

Is This Answer Correct ?    20 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to drop an index in oracle?

609


Explain rename?

554


Can we store images in oracle database?

553


What is Segment Advisor in Oracle?

671


Why do you create or replace procedures rather that drop and recreate.

549






What are the differences between primary key and unique key?

515


How many file formats are supported to export data?

661


what is the dual table in oracle?

556


How to use in conditions in oracle?

560


What does sharding mean?

539


what are the default admin accounts in Oracle 10g ?

510


How to define a data field as not null?

636


How many data types are supported?

622


Which dictionary view(s) would you first look at to understand or get a high-level idea of a given Advanced Replication environment?

1483


How to use like conditions in oracle?

570