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

Answer Posted / eshwari

ur question is not clear.

if ur saying that ur giving unique and not null constraints
to the same column then u can make it as primary key.it
internally supports clustered index also.

if ur saying that ur giving unique and not null constraints
to different columns then u cant make them as primary key
individually.
coz primary key means unique + notnull + clustered index

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of partitions in oracle?

543


How to load excel data sheet to oracle database

591


How to assign data of the deleted row to variables?

581


How to rename an index?

588


How to create a table interactively?

562






How to define a variable of a specific record type?

614


What is merge statement used for?

570


What is transaction control statement and how many types of transaction control statement in Oracle?

565


How many memory layers are in the oracle shared pool?

643


How does the on-delete-cascade statement work?

610


what is normalisation?what are its uses?

1764


How to display employee records who gets more salary than the average salary in the department?

599


Explain integrity constraint?

647


What is query image?

586


Query to retrieve record for a many to many relationship ?

2081