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 fix a crashed mysql database?
Is mysql a framework?
Does mysql support sequence?
Can we create table in stored procedure?
How do I copy a table in mysql workbench?
What is mysql slow query?
What does mysqli stand for?
How to show table names with 'mysqlshow'?
What is database engine in mysql?
What is ISAM?
Why use stored procedures in mysql?
how to search second maximum(second highest) salary value(integer)from table employee (field salary)in the manner so that mysql gets less load?
How to filter data from a mysql database table with php?
What is the phantom problem?
Give string types available for column?