What is difference between UNIQUE constraint and PRIMARY KEY
constraint ?
Answer Posted / kiran
if unique then it can have null
but if column has primary then it cannot have null values
and duplicate values
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to do a full database export?
How to create a stored function in oracle?
What is analyze command used for?
In which language oracle has been developed?
Explain a data segment?
What is different types of joins?
What is bulk collect in oracle?
How to concatenate two text values in oracle?
What is bind variable in oracle 11g?
Describe varray?
Differentiate between function and procedure in oracle.
How does the on-delete-cascade statement work?
How do you find out from the RMAN catalog if a particular archive log has been backed-up?
How to manage transaction isolation level?
What is the difference between $oracle_base and $oracle_home?