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
Explain an integrity constrains?
What is the purpose of tables, private synonyms and public synonyms in Oracle?
How to resolve name conflicts between variables and columns?
How to write text literals in oracle?
How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
How to run the anonymous block again?
How to import one table back from a dump file?
Explain an extent?
Why do I get java.lang.abstractmethoderror when trying to load a blob in the db?
Differentiate between function and procedure in oracle.
How to define an anonymous procedure with variables?
Explain self joins in oracle?
How do I uninstall oracle 11g?
What is meant by an index?
How to check database size in Oracle?