Google News
logo
MySQL - Interview Questions
What are the different tables present in MySQL?
There are mainly five types of tables present in MySQL. Out of all these database engines, the default database engine used in MySQL is MyISAM. Refer below to know the five types of tables :
 
* MyISAM
* Heap
* Merge
* INNO DB
* ISAM
Advertisement