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
What is sqlerrm?
Can we perform dml on view?
What are the different type of joins in sql?
Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?
What found sql?
what are the security recommendations while using mysql? : Sql dba
How do you write an index?
What is application trigger?
What is a join query?
What is over () in sql?
Compare sql & pl/sql
If i can use sys.check_constraints to display my constraints from my database using sql server 2005, how can i display then if i am using sql server 2000????
What is write ahead logging in sql server?
What is secondary key?
What are the usages of sql?