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 / mani

5 type of table is there

1.MyISAM
2.Heap
3.Merge
4.InnoDB
5.BDB

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does strlen include null?

574


Write a php function to convert all null values to blank?

775


Which function you can use in php to open a file for reading or writing or for both?

553


What is warning – “cannot modify header information – headers already sent”?

622


What is difference between php and html?

486






Explain Traits in PHP?

523


Is key in array php?

584


What is json php?

524


Is c similar to php?

484


Explain $_FILES Superglobal Array?

580


What are the Advantages and Application Areas of PHP?

508


Tell me can you extend a final defined class?

517


How to find current date and time?

490


Explain the difference between isset() and empty()?

530


How to delete a file from the system?

570