If a table column has is UNIQUE and has NOT NULL, is it
equivalent to a PRIMARY KEY column?
Answer Posted / murugananthan
NO, UNIQUE +NOT NULL != PRIMARY KEY
it cant refer someother table column
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
Explain about the analyze command in oracle?
Explain the use of inctype option in exp command.
Is there a combination of "like" and "in" in sql?
How to use windows user to connect to the server?
Please explain joins in oracle?
Why do I get java.lang.abstractmethoderror when trying to load a blob in the db?
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?
How to declare a local variable?
How can we view last record added to a table?
What happens to the current transaction if a ddl statement is executed?
What is concurrency in oracle?
How to connect to a remote server?
What is a procedure in oracle?
How to add a new column to an existing table with a default value?
What is the relation of a user account and a schema in oracle?