what is difference between "Primary key" and "Unique key"?
Answer Posted / satya_k21
Hi,
Primary Key: Not Null+ unique.but it wont allows null
values.
Unique: It allows null values , but it should be unique.
Regards,
Satya.k
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How many types of cursors are available in pl/sql?
What is faster join or subquery?
What is java sql driver?
Show code of a cursor for loop.
How do you delete a table?
How do I run a pl sql program?
What are the events on which a database trigger can be based?
What is sqlcommand?
Which software is used for pl sql programming?
How is pl sql different from sql?
In a distributed database system, can we execute two queries simultaneously?
what are the security recommendations while using mysql? : Sql dba
What is set serveroutput on?
What is rownum in sql?
What is self-join and what is the requirement of self-join?