1.

What are different tables and default database present in MySQL?

Answer»

What are different tables and DEFAULT database PRESENT in MySQL?
There are many tables that remains present in database by default. And the default database name is "MyISAM" in MySQL. And there are five types of tables that are present:-
(1)MyISAM
(2)Heap
(3)Merge
(4)INNO DB
(5)ISAM



Discussion

No Comment Found