Discussion Forum : Planning Oracle Applications
Question - What is true about Unique and primary key?
Options:
A .  Unique can have multiple NULL values but Primary can't have.
B .  Unique can have single NULL value but Primary can't have even single.
C .  Both can have duplicate values
D .  None of the Mentioned
Answer: Option B


primary key doesn't allow Null values and Unique key allows Null value, but only one Null value.



Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *