what are the main differences between MyISAM and InnoDB
table storage structures ?
what are the advantages and disadvantages in usage of these ?
Answer Posted / dharma teja
myisam supports table level locking where as innoodb
supports only row level locking when updated
| Is This Answer Correct ? | 32 Yes | 10 No |
Post New Answer View All Answers
Can mysql function return a table?
What is difference between mysql and mysql workbench?
How to shutdown mysql server?
How do I exit mysql?
What is mysqli_select_db?
How do I clear a mysql database?
How much does mysql cost?
What is longblob?
What is query log in mysql?
What is mysql cursor?
What is a scalar function?
How do I truncate all tables in mysql?
What is mysql database extension?
Explain about reporting services of MYSQL?
How can we optimize stored procedure?