Difference between primary key and unique key ?
Answer Posted / avesh upadhyay,iims
are yar
primary key that does not accept null value
and in table only one exist.
but the case of uniue key that accept null value one or more
and many unique key exist in a single table
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How to use subqueries in the from clause in oracle?
How to handle a single quote in oracle sql?
How to create a table index?
Difference between inner join vs where ?
Does oracle partitioning improve performance?
How to update values in a table in oracle?
How to rename an index?
What happens if you lost a data file?
Explain what are the uses of rollback segment?
What is a partition in oracle?
How do I uninstall oracle 11g?
How to insert a record into a table?
What is the minimum client footprint required to connect c# to an oracle database?
What is the effect of setting the value "all_rows" for optimizer_goal parameter of the alter session command? What are the factors that affect optimizer in choosing an optimization approach?
Explain rename?