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
What are the tools for Oracle ?
How to check your oracle database 10g xe installation?
How do I limit the number of oracle database connections generated by weblogic server?
How to update values in a table in oracle?
How can I create database in oracle?
State the difference along with examples between Oracle 9i, Oracle 10g and Oracle 11i.
Define oracle database
Explain compound trigger in oracle?
What are oracle functions?
Is rowid unique in oracle?
Briefly explain what is literal? Give an example where it can be used?
Explain table?
What is an oracle user account?
What is an oracle database table?
Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.