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
What is the datatype of image in mysql?
How important is to list the column names when doing an insert?
How do I setup a mysql database?
How to control the max size of a heap table?
How does limit work in mysql?
How many ways to get the current time?
What mysql -u john -p command does?
What is int mysql?
Is primary key auto increment?
In how many ways we can retrieve data in the result set of mysql using php?
What could be the reason that the mysql statement 'select avg (salary) from emp' generates an inaccurate output?
What mysql means?
What is full form of xampp?
How to declare variable in mysql trigger?
How do I kill a mysql connection?