What is the difference between primary and unique key
Answer Posted / ashish asthana
Primay key restrict the duplicacy in the records and does
not accept null value or there are only one primary key in
a table
Unique constraint also restict the duplicacy but it accept
the null value one or more then one. We can apply unique
constraint more than one column
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What causes mysql too many connections?
What is mysqlcommand?
How can we run batch mode in mysql?
How to present a past time in hours, minutes and seconds?
How to create a table?
What is mysql default database?
What is procedural api?
Is sqlite faster than mysql?
What is use command in mysql?
How do I clear the screen in mysql?
1.how to fetch a value and Execute store procudure in mysql(INNODB) using phpMyAdmin? 2.can i wright a package in mysql database(INNODB)?
Is mysql good for large database?
What is memory table?
How to convert dates to character strings?
what is database black box testing? : Mysql dba