Difference between primary key and unique key ?
Answer Posted / boomiraj.p
Primary key: Do not allow the
duplicates and null values.
Unique key : Do not accept the
duplicates,but allow null value
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to do paging with oracle?
What is oracle host variable?
Can any one explain me when i execute below query.. select months_between('07-JUL-12','10-FEB-12') from dual; Out put:- 4.90322581 How oracle calculate?
How many categories of data types in oracle?
What is a oracle database?
What is using clause and give example?
What is a dead lock in oracle?
What is the difference between post-database commit and post-form commit?
I creat Credit memo in AR. Now i want revers the Credit Memo.how you can revers that what out any aditional entry.
Is oracle a relational database?
How to export your connection information to a file?
How to delete a column in an existing table in oracle?
What is the purpose of tables, private synonyms and public synonyms in Oracle?
Explain oracle data types with examples?
How to define an oracle sub procedure?