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 to convert character strings to dates?
What is mysql uuid?
How do I install mysql on windows 10?
Is mysql a database?
Is mysql relational database?
How to dump one database for backup.
Where is mysql data stored linux?
What are the mysql database files stored in system ?
How can we run batch mode in mysql?
How do I transfer data from one database to another in mysql?
Is mysql owned by oracle?
What is mysql used for?
What is the use of concat() in mysql?
What is a scalar function?
What is innodb mysql?