What is InnoDB?



What is InnoDB?..

Answer / Priyanka Mishra

InnoDB is a storage engine in MySQL that supports transactions, row-level locking, and foreign key constraints. It's the default storage engine for MySQL starting from version 5.5.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

Explain % and _ inside like statement?

1 Answers  


If we create a column with data type VARCHAR(3), what would we expect to see in MySQL table?

2 Answers   ABC,


What are the benefits of mysql?

1 Answers  


what is cte? : Mysql dba

1 Answers  


How to see the database architecture in MySQL??

3 Answers  


How do I stop a mysql service?

1 Answers  


Is mysql same as mariadb?

1 Answers  


how to dump all databases for backup. Backup file is sql commands to recreate all db's.

1 Answers  


What are mysql queries?

1 Answers  


What are date and time functions in mysql?

1 Answers  


What is delimiter in mysql stored procedure?

1 Answers  


How to update database permissions/privilages.

1 Answers  


Categories