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
What is trigger in mysql?
What is dirty read and phantom read?
How to shut down the server with 'mysqladmin'?
How to insert dynamic values in mysql using php?
How can I create table in mysql?
Describe mysql transaction properties.
How do I run mysql?
What is the maximum no of columns a table can have?
How to get current MySQL version?
How to dump a table to a file with 'mysqldump'?
What is mysql_pconnect?
What are the types of index?
How can you import tables from a sql file into a database by using the mysql client?
What are the features of mysql?
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 ?