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
How do you kill a long running query in mysql?
How do I start mysql client?
What is ndb in mysql?
How many triggers are possible in mysql?
What is the difference between mysql_connect and mysqli_connect?
Consider you have the following three tables which have to be linked together.
How to update info already in a table and delete a row(s) from a table.
What are the different mysql database engines?
Which datatype is used for email in mysql?
How to escape special characters in sql statements?
What is data types in mysql?
What are the reasons for selecting lamp (linux, apache, mysql, php) instead of combination of other software programs, servers and operating systems?
Why do we need mysql?
What is ibdata1?
Is mysql a relational database?