What?s the difference between PRIMARY KEY and UNIQUE in
MyISAM?
Answer Posted / raj
primary key is something which uniquely identifies the table
row. the value in primary key declared field can't be null
On the other hand unique avoids the duplicacy of data.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How to display nth highest salary from a table in a mysql query?
How do I restore a mysql database?
How do I find my mysql username and password?
How to create a table?
How do I delete a mysql user?
What is mysql connection limit?
What is timestamp in mysql?
Where MyISAM table will be stored and also give their formats of storage?
How we can get the current date in mysql?
Why phpmyadmin is used for mysql?
How do I enable mysqli extension?
What is database migration in mysql?
Where is mysql password stored?
What is row level locking?
What is the purpose of mysql database?