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
What is mysqli procedural?
How can you move the master database
What is unsigned in mysql?
Where is mysql used?
What is required to create mysql database?
What are the functions of commit and rollback statements?
How can you find out the version of the installed mysql?
What is the use of count function in mysql?
Explain the difference between mysql_fetch_array(), mysql_fetch_object()?
What is delimiter $$?
How can we optimize stored procedure?
What is a storage engine?
How do I run mysql from command line?
What are the differences between binary and varbinary?
What are triggers mysql?