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 a left join mysql?
What are the 3 main types of search queries?
How to install mysql?
How do I install mysql on windows 7?
How do I delete a mysql user?
What is regex in mysql?
What do you understand by mysql terminal?
Give string types available for column?
What is the difference between database and table?
Is mysql a server or database?
What is the size of mysql database?
Write a command to list all databases in mysql?
Write a query to count the number of rows of a table in mysql.
How do I copy an entire mysql database?
How do I install mysql?