What's the difference between a primary key and a unique key?
Answer Posted / karthikumar
The difference is primary key does not allow any one null
value,but unique allow only one null value,because it
consider null as one value
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How is SQL Azure different than SQL server?
What is difference between delete and truncate commands?
What is the difference between executequery () and executeupdate ()?
Tell me about joins in database system and explain each in detail.
Give an example of SQL injection attack ?
Where actually sql azure database is hosted?
What the class forname () does?
Does partitioning ssd reduce performance?
What are points to remember while using the fillfactor argument?
What are different types of collation sensitivity?
How many databases can we create in a single server?
What is table join?
List some case manipulation functions in sql?
Difference between 2NF &3NF ?
How retrieve field names from the table in SQL through JAVA code?