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
Difference between CHAR and VARCHAR?
What is mysql community edition?
What is key in mysql?
What does mysql workbench do?
What mysql -u john -p command does?
How do I install the latest mysql on ubuntu?
Can python connect to mysql?
How we get sum of column.
Explain about reporting services of MYSQL?
How to use mysqldump to create a copy of the database?
Write a query to select all teams that won either 1, 3, 5 or 7 games.
What is the use of mysqli_fetch_array?
How do I find the database name in mysql?
How to return query output in html format?
What is the command used to create a database using php and mysql?