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 normalization and list the different types of normalization?
How to create a new table in mysql?
How do you concatenate strings in mysql?
How do stored procedures work?
Is Mysql query is case sensitive?
What is mysql database used for?
When to use order by in delete statement?
What is delimiter in mysql trigger?
What are the types of queries?
Is sql similar to mysql?
Create table employee (eno int(2),ename varchar(10)) ?
What is the difference between procedure and function in mysql?
How to extract a unit value from a date and time?
What is procedures in mysql?
What are the different column comparison operators in mysql?