Difference between primary key and unique key ?
Answer Posted / chauhan rakesh botad
Primary key doesnot allow null value but unique key allows
null value. We can declare only one primary key in a table
but a table can have multiple unique key(column assign).
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to export data with a field delimiter?
List the types of joins used in writing subqueries?
How to login to the server without an instance?
When do you get a .pll extension in oracle?
What is key preserved table?
How a tablespace is related to data files?
How to check database size in Oracle?
How to join two tables in a single query using oracle?
What is a cognitive schema?
What is merge in oracle?
What is the relation of a user account and a schema in oracle?
How would you begin to troubleshoot an ORA-3113 error?
Write a trigger example in oracle?
Difference between inner join vs where ?
what is a Nested Loop join?