What?s the difference between PRIMARY KEY and UNIQUE in
MyISAM?
Answers were Sorted based on User's Feedback
Answer / amith
PRIMARY KEY cannot be null, so essentially PRIMARY KEY is
equivalent to UNIQUE NOT NULL
| Is This Answer Correct ? | 28 Yes | 8 No |
Answer / niraj kumar
primary key is not accept the null value.primary key is
always autoincrement.unique key is accept the one null
value.it is not a autoincrement.
| Is This Answer Correct ? | 4 Yes | 15 No |
Answer / 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 |
How do I automate a backup in mysql?
How to save images in MySQL?
What are the advantages of mysql?
How do I stop a mysql service?
What is mysql server?
What is the difference between SQL and SQL Server?
Where’s database data actually stored?
What is mysql vs sql?
What is ndb in mysql?
Can I copy mysql data directory?
Why myisam is faster than innodb?
what is the main difference between myisam and innodb
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)