What is difference between UNIQUE constraint and PRIMARY KEY
constraint ?
Answer Posted / allin
The Primarykey Constraint= unique + Not Null constraints.
For the Unique the meaning it self it is telling unique
value. won't accept duplicate values.
Thanks & Regards,
RatnaRao
9833847339
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
How remove data files before opening a database?
What are the differences between number and binary_float in oracle?
How to create a server parameter file?
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.
What is Library Cache in Oracle?
How to store pictures on to the database?
What is private procedure oracle?
Explain oracle’s server parameter file.
How to write a query with a left outer join in oracle?
How to execute a stored procedure in oracle?
How to assign values to data fields in record variables?
Why packages are used in oracle?
what happened to the global index when I truncate the data in one of the partition?
What is a package ? What are the advantages of package ?
what is a Nested Loop join?