Difference between primary key and unique key ?
Answer Posted / anil singh
Primary key not accepts to null values in database, but
uniqe key accepts to the null values in database.
| Is This Answer Correct ? | 77 Yes | 35 No |
Post New Answer View All Answers
How remove data files before opening a database?
Is there a combination of "like" and "in" in sql?
What are the various types of snapshots ?
How to end the current transaction in oracle?
What is a nested table and how is it different from a normal table?
How to get a list of all background sessions in the database?
In what script is snap$ created? In what script is the scott/tiger schema created?
How to convert raw data type into text in oracle? Explain
What are the different pseudo commands? Explain in general?
How to insert multiple rows with one insert statement in oracle?
What is difference between cartesian join and cross join?
How do you tell what your machine name is and what is its IP address?
How to view all columns in an existing table?
What is the sql query to concatenate column values from multiple rows in oracle?
 What are the oracle DML commands possible through an update strategy?