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 |
what is the difference between the nvl function, ifnull function, and the isnull function? : Mysql dba
What is the use of concat() in mysql?
What is 1nf 2nf 3nf?
What is mysql server used for?
How can you add and remove any column of a table?
Is mysql port 3306 tcp or udp?
How to make a copy values from one column to another in mysql?
What is the difference between the LIKE and REGEXP operators?
How do I view tables in mysql workbench?
Is mysql a server?
How can you do the fine tunning?
What can I do with mysql?