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 join in mysql?
Differentiate CHAR_LENGTH and LENGTH?
What is slow query log in mysql?
all the queries used in sql
How will you export tables as an xml file in mysql?
How do I setup mysql?
What is the difference between the primary and unique key in mysql?
Is mysql a programming language?
What is blob datatype in mysql?
How to enter microseconds in sql statements?
How do I make an action query?
Can mysql and mariadb coexist?
How to convert character strings to numeric values?
How do I change global variables in mysql?
What is mysql uuid?