What?s the difference between PRIMARY KEY and UNIQUE in
MyISAM?
Answer Posted / 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 |
Post New Answer View All Answers
Is postgresql better than mysql?
How many entries can mysql handle?
Why should I use mysql?
Why we use mysql database?
Is number a datatype in mysql?
How do I completely remove mysql from windows?
How to return query output in html format?
Why do we use mysql?
Is Mysql query is case sensitive?
What is ISAM?
What is the difference between unix timestamps and mysql timestamps?
How we can create index in mysql?
Why is it called mysql?
What is the difference between is null & is not null?
Is null in mysql?