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
How do I create a mysql database?
What are queries used for?
What does blob mean in mysql?
Can you shard mysql?
Why do we use pragma autonomous transaction?
How can we run batch mode in mysql?
How would you enter characters as hex numbers?
How much does mysql cost?
How do I create a stored procedure in mysql?
Is mysql a odbc?
How to return query output in html format?
What is pdo in mysql?
What is trigger in mysql with example?
What is the difference between myisam dynamic and myisam static in mysql?
What you can use regular expression for in mysql? Support your answer with an example?