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 can you plan the logshipping before processing?
How do I view mysql logs?
How to include comments in sql statements?
What is difference between mysql and mysql workbench?
What is the default password for mysql?
Is mysql query case sensitive?
How to update a root password.
How can we encrypt and decrypt a data presented in a table using mysql?
How can we change the data type of a column of a table?
What could be the reason that the mysql statement 'select avg (salary) from emp' generates an inaccurate output?
What are Heap tables?
I want to insert userid of a customer,order time,etc in a table called ordermaster with orderid as primary key.Same time the product codes and required quantities (a1,2 and a2 4 and so on)inserted in another table orderdetails with same orderid reference.How the code will be in JSP using MySQL?
What are the differences between char and nchar?
What is required to create mysql database?
Explain the architecture models of SQL Server?