What is diff b/w MYISAM and INNODB storage engine. and also
define the benifits and drawbacks of both storage engine



What is diff b/w MYISAM and INNODB storage engine. and also define the benifits and drawbacks of bo..

Answer / rajanikanth

1)MYISAM does not support the foreign key constraint and
transaction but InnoDB support it.

2)MYISAM is faster then the InnoDB but in case of perforing
the count operation it takes more time then the InnoDB.

3) MYISAM occupies less memory sapce for tables rather than
InnoDB tables.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is sharding in mysql?

0 Answers  


Why do we use the mysql database server?

0 Answers  


What is database engine in mysql?

0 Answers  


What is MySQL?

0 Answers  


How do I install mysql on windows 10 64 bit?

0 Answers  


Is mysql better than oracle?

0 Answers  


Who developed mysql?

0 Answers  


How do I insert an image into mysql workbench?

0 Answers  


How to insert dynamic values in mysql using php?

0 Answers  


Can varchar be primary key?

0 Answers  


Write a query to find duplicate rows in table?

0 Answers  


How to display top 50 rows?

0 Answers  


Categories