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

Explain how is it possible to set an infinite execution time for php script?

509


What is difference between array_merge and array_combine?

523


What is meant by public, private, protected, static and final scopes?

534


What is the meaning of ‘escaping to php’?

620


What is php simple definition?

539






How to find a substring from a given string in php?

507


What are the uses of implode() function?

571


What is csrf mvc?

506


What is the meaning of xdebug?

547


How can you tell if a number is even or odd without using any condition or loop?

520


What are global variables in php?

501


What version of php do I have windows?

487


Is numeric in php?

535


Tell me will a comparison of an integer 12 and a string "13" work in php?

654


What are the four scalar types of php?

621