Explain advantages of InnoDB over MyISAM?



Explain advantages of InnoDB over MyISAM?..

Answer / amith

Row-level locking, transactions, foreign key constraints
and crash recovery.

Is This Answer Correct ?    15 Yes 1 No

Post New Answer

More MySQL Interview Questions

Consider a scenario where you have to send an email to a client from the sql database. How do you think you can achieve this task?

1 Answers  


How do I kill a mysql query?

1 Answers  


What are the security alerts while using mysql?

1 Answers  


What are string data types?

1 Answers  


What is view? How can you create and drop view in mysql?

1 Answers  


How do you create a new database in mysql?

1 Answers  


What is a mysql server?

1 Answers  


How do I delete a row in mysql?

1 Answers  


How do I edit a stored procedure in mysql?

1 Answers  


What do you need to connect php to mysql?

1 Answers  


What is the maximum length of a table name, a database name, or a field name in MySQL?

4 Answers  


How can we run batch mode in mysql?

1 Answers  


Categories