What is the storage engine used for MySQL?



What is the storage engine used for MySQL?..

Answer / hrindows@gmail.com

Storage tables are named as table types. The data is stored in the files using multiple techniques such as indexing, locking levels, capabilities, and functions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is the query to display top 20 rows?

0 Answers  


Why we use mysqli instead of mysql?

0 Answers  


Does mysql use sql?

0 Answers  


How triggers can be used in mysql?

0 Answers  


What is the default port for MySQL Server?

0 Answers  






What is meant by decimal (5,2)?

0 Answers  


What is pdo in php mysql?

0 Answers  


Explain the storage engines in mysql?

0 Answers  


How do I tune a mysql query?

0 Answers  


What is a scalar function?

0 Answers  


table a has records 1,1,1,1 table b has records 1,1,1,1,1,1 what would be out if perform join for all cases

0 Answers  


How to do login in mysql with unix shell.

0 Answers  


Categories