Your Ad Here

Saturday, November 7, 2009

What are the different tables present in MySQL, which type of table is generated when we are creating a table in the following syntax:

create table employee (eno int(2),ename varchar(10))
Total 5 types of tables we can create
1. MyISAM
2. Heap
3. Merge
4. INNO DB
5. ISAM

No comments:

Post a Comment

Your Ad Here