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
Does mysql need a server?
What is definer in mysql trigger?
How to start mysql server?
How do I install mysql?
What is the default port for mysql and how it can change?
Explain about reporting services of MYSQL?
What are the advantages of myisam over innodb?
Is mysql still popular?
What command is used to delete the data from the table without deleting the table structure?
Can we save images in mysql database?
how to get only updated, deleted , inserted records after certain interval time in mysql with out using triggers...
What are the technical specifications of mysql?
Where’s database data actually stored?
What happens if null values are involved in expressions?
What is current version of mysql?