What?s the difference between PRIMARY KEY and UNIQUE in
MyISAM?
Answer Posted / manish
Primary Keys are used in building relationships between
tables in a database. (an index is automatically created on
the primary key). The difference between primary and
ordinary keys is that there can be multiple keys, but only
one primary key.
| Is This Answer Correct ? | 7 Yes | 20 No |
Post New Answer View All Answers
Can we store pdf files in mysql?
What is mysql database server?
How do you name a table?
What is longblob?
What is a data directory?
How do I tune a mysql query?
How to convert character strings to numeric values?
What is use command in mysql?
What happens if you no create privilege in a database?
Why mysql is used with php?
How to create a table?
How to get the number of rows selected or affected by a sql statement?
How do I insert an image into mysql workbench?
What are the advantages of myisam over innodb?
What is mysql url?