what is the difference between MyISAM and INNO DB in MySQL
with the Advantage and disadvantage
Answer Posted / tushar
MyISAM and InnoDB are storage engines in MySql.
MyISAM does not support transactions while InnoDB support
it.
| Is This Answer Correct ? | 27 Yes | 3 No |
Post New Answer View All Answers
What is key in mysql?
How to show certain selected rows with the value "pcds".
What is a select query?
Can mysql and mariadb coexist?
What are mysql queries?
What does mysql flush tables do?
Why do we use the mysql database server?
What is a user defined variable?
What is ndb in mysql?
What is difference between mysql and mysqli?
Consider you have the following three tables which have to be linked together.
What is the current root password of mysql?
What is the maximum number of columns per table?
How to validate email addresses in mysql?
Can mysql handle billions of records?