Difference between primary key and unique key ?
Answer Posted / suman chatterjee.
uniqe key may contain null values but primary key can not take the null values.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
How translate command is different from replace?
How to use subqueries with the exists operator in oracle?
What is a server parameter file in oracle?
What is a user role in oracle?
What is index-organized table in Oracle?
Explain about functional dependency and its relation with table design?
How to create lov dynamically at runtime & attach to text field?
How to delete an existing row from a table in oracle?
How do I start tns listener?
What is define in oracle?
defination of bitmap index
I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database
how do u setup a replication site?
How to define an explicit cursor in oracle?
what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?