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
What is MySQL?
What is the use of mysql_fetch_array () function in php?
how to connect a php script with the mysql database?
What is mysql community server?
What data type is money?
how to show all records starting with the letters 'sonia' and the phone number '9876543210' limit to records 1 through 5.
How do I rename a table in mysql workbench?
How can I connect mysql database?
What does mysql_query return?
How many entries can mysql handle?
What's the latest version of mysql?
What is int mysql?
Is mysql good for big data?
What is 'mysqladmin' in mysql?
Is mysqli deprecated?