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
What are the built-in functions used for sending Parameters to forms ?
What is oracle host variable?
How to rename a column in an existing table?
How does the on-delete-cascade statement work?
What is the difference between formal parameters and actual parameters?
How do I call oracle stored procedures that take no parameters?
What are oracle functions?
Explain an index segment?
what is partitioning? Types of partitioning. explain? what is the new kind of partitioning type introduced in 9i?
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
How do I reset a sequence in oracle?
Explain the truncate in oracle?
How to define a sub function?
What is Data Dictionary Cache in Oracle?
What is difference between sid and service name in oracle?