Difference between primary key and unique key ?
Answer Posted / himanshu porwal
Primary key does not allow null values whereas in UNIQUE constraint we can have 1 null value means for that column one null value is allowed.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How to empty your oracle recycle bin?
What is procedure overloading in oracle?
How to create a temporary table in oracle?
I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database
What are the restrictions on external table columns?
What do you mean by a deadlock?
What is rich query?
How to execute a stored procedure in oracle?
How to start a specific oracle instance?
why should i declare foreign key constraint as self relation instead of binary relation in tables ?
How to define and use table alias names in oracle?
How data locks are respected in oracle?
What to do if the binary spfile is wrong for the default instance?
What is key preserved table?
Explain what are synonyms used for?