If a table column has is UNIQUE and has NOT NULL, is it
equivalent to a PRIMARY KEY column?
Answer Posted / ananta pilaka
Primary key is only one and it is clustered index.
Unique key cannot be referred as foreign key contraint of
another table.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is an oracle table?
In what script is snap$ created? In what script is the scott/tiger schema created?
What is an oracle recycle bin?
What is private procedure oracle?
Design database draw er diagram for a certain scenario ?
What do you mean by a database transaction & what all tcl statements are available in oracle?
How can I convert single byte kana characters into multi byte kana characters and vice-versa.
How to use group functions in the select clause using oracle?
How to retrieve values from data fields in record variables?
Is primary key indexed by default in oracle?
Is rowid unique in oracle?
What is the difference between pre-select and pre-query?
How to create a new tablespace in oracle?
Difference between hot backup vs. Cold backup?
Explain compound trigger in oracle?