|
What is difference between UNIQUE constraint and PRIMARY KEY constraint ?
ORACLE Interview Questions and Answers (Part 1)
(Continued from previous question...)
46.What is difference between UNIQUE constraint and PRIMARY KEY constraint ?
A column defined as UNIQUE can contain Nulls while a column defined as PRIMARY KEY can't contain Nulls.
(Continued on next question...)
Other Interview Questions
|