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)) ?

Answer Posted / vikash shaw

Total 5 types of tables we can create in mysql
1. MyISAM
2. Heap
3. Merge
4. INNO DB
5. ISAM
MyISAM is the default storage engine as of MySQL 3.23. When you fire the above create query MySQL will create a MyISAM table.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What sized websites have you worked on in the past?

627


What is the difference between php 5 and php 7?

561


Is java is better than php?

624


What is the purpose of the '.myi' file extension? What do thes file contain?

592


What is PHP? Who is the father or inventor of PHP?

698






What are the characteristics of php?

650


What are the Advantages and Application Areas of PHP?

580


How to create and destroy cookies in php?

570


Write a program in php to check whether a number is prime or not?

580


What is php and its advantages?

601


Is php front end or back end?

581


Tell me what kind of things have you done on the social side?

607


What is move_uploaded_file in php?

640


Tell me how can we define a variable accessible in functions of a php script?

600


How to find a specific value in an array?

581