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
Can a formula column be obtained through a select statement ?
Explain the use of log option in exp command.
Is there an oracle sql query that aggregates multiple rows into one row?
What privilege is needed for a user to create tables in oracle?
What is a schema in oracle?
What is the difference between I and G in Oracle?
List the types of joins used in writing subqueries?
Is oracle an operator?
What is Segment Advisor in Oracle?
Can I create users through internet explorer in oracle 10g?
When system tablespace is created?
Explain the difference between a procedure and a function? What do you understand by those terms?
How to view all columns in an existing table?
What is a user account in oracle?
what is port in oracle? how is it related to database application.