What?s the difference between PRIMARY KEY and UNIQUE in
MyISAM?
Answer Posted / amith
PRIMARY KEY cannot be null, so essentially PRIMARY KEY is
equivalent to UNIQUE NOT NULL
| Is This Answer Correct ? | 28 Yes | 8 No |
Post New Answer View All Answers
How do I change the max connection in mysql?
What is the latest version of mysql?
How to dump a table from a database.
What is mvcc in mysql?
What mysql -u john -p command does?
What is difference between statement and preparedstatement?
What is mysql_connect?
How to allow the user "sonia" to connect to the server from localhost using the password "passwd". Login as root. Switch to the mysql db. Give privs. Update privs.
How many queries can mysql handle?
Why we use mongodb instead of mysql?
How to create trigger in mysql phpmyadmin?
Is blocked because of many connection errors mysql?
Does mysql use sql?
In how many ways we can retrieve the data in the result set of MySQL using PHP? What is the difference between mysql_fetch_object and mysql_fetch_array ?
How database are managed?