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
Please explain compound trigger in oracle?
How to start instance with a minimal initialization parameter file?
What is an oracle data file?
What is a table index?
What is an Oracle Instance?
Explain the use of constraints option in exp command.
Explain what does a control file contain?
what is the use of system.effective.date variable in oracle?
What is sequence?
How to define an anonymous procedure without variables?
How a tablespace is related to data files?
What do you mean by a tablespace?
Point out the difference between user tables and data dictionary?
How to define a data source name (dsn) in odbc manager?
What are the set operators union, union all, minus & intersect meant to do?