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 / sunil kumar

There are fives tables in MySQL
1 MyISAM
2 Heap
3 Merge
4 INNODB
5 ISAM


When we create a table in MySQL, MyISAM is created

Is This Answer Correct ?    11 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between readonly and constant?

582


Which function can be used to exit from the script after displaying the error message?

601


What are string functions?

572


What is a php 5?

629


Is php class name case sensitive?

612






How a variable is declared in php?

603


What is the actually used php version?

606


What is the purpose of using php?

595


What is use of count() function in php?

652


What is super () python?

616


What does a special set of tags do in php?

623


Tell me what does the php error 'parse error in php - unexpected t_variable at line x' means?

638


How to include a file code in different files in php?

613


Difference between get and post method.

626


How to define a user function?

667