Difference between primary key and unique key ?
Answer Posted / chandra bhan kumhar
1. Primary key accepts a value only single time not more then one time means it doesn't allow repetition same as for unique key.
2. Primary key don't allow null values ,but unique key allow null values.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to convert character types to numeric types?
nw i'm doing MBA system and planning to do oracle,database management.tell me that whether it is useful r not?.refer any course for my carrier pls
What is an external table?
what is the dual table in oracle?
What is connection pooling in oracle?
How to display employee records who gets more salary than the average salary in the department?
How can I get column names from a table in oracle?
What is SQL access advisor in Oracle?
How can windows applications connect to oracle servers?
What is the Tune Query
In what script is snap$ created? In what script is the scott/tiger schema created?
How to create id with auto_increment on oracle?
What are named parameters?
Is there any function in oracle similar like group_concat of mysql?
Is rowid unique in oracle?