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 mysql database used for?
What is a result set object?
How many queries can mysql handle?
1)for snapshot replication which agents used? 2)for Transcation replication which agents used? 3)for merge replciation which agents used?
What command is used to delete the data from the table without deleting the table structure?
How do I start mysql in ubuntu?
What are the steps required to view your mysql database?
Is mysql deprecated?
How do I setup mysql?
What is mysql in dbms?
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 use sum function in where clause in mysql?
What is ntext?
SQL is not case sensitive. DELETE is the same as delete. State Whether True or False?
how you will show all records not containing the name "sonia" and the phone number '9876543210' order by the phone_number field.