Difference between primary key and unique key ?
Answer Posted / guna
there is only one primary key for one table;
it can not acept null values;
any no uniquefor a table;
it can accept null values;
which the rows are unique value;
| Is This Answer Correct ? | 9 Yes | 18 No |
Post New Answer View All Answers
What are the uses of synonyms?
What are the limitations of check constraint?
What is coalesce function?
How to store only time; not date and time?
What is a trace file and how is it created in oracle?
What are the differences between number and binary_float in oracle?
What is a data lock in oracle?
if you ctreate table identity
How to experiment a data lock in oracle?
What are the attributes of the cursor?
How i can handle exception in large code like 1000 line without distrubing the code or without exception handler sction?
How to use "if" statements on multiple conditions?
What is connection pool in oracle?
Give the constructs of a package, function or a procedure.
What are the benefits of ordbms?