Total 5 types of tables we can create
1. MyISAM
2. Heap
3. Merge
4. INNO DB
5. ISAM
MyISAM is the default storage as of MySQL 3.23. When you fire the above create query MySQL will create a MyISAM table.
Total 5 types of tables we can create
1. MyISAM
2. Heap
3. Merge
4. INNO DB
5. ISAM
MyISAM is the default storage as of MySQL 3.23. When you fire the above create query MySQL will create a MyISAM table.
© PHPInterviewQuestion.com 2009 - 2012