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 a lambda function in php?

608


Tell me what is the definition of a session?

553


What is the use of curl()?

633


What does the expression exception::__tostring means?

560


How to pass variables by references?

555






What is the purpose of the php empty function?

494


Explain briefly about a search-friendly site looks like?

494


How do you end php?

515


Why php 7 is faster?

511


What is multidimensional array in php?

545


Which php framework is best for beginners?

511


What is nan value?

510


Explain how we can get the number of elements in an array?

519


What is variable and data type?

515


which will print out the php call stack?

588