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
What is use of count() function in php?
Where can I learn php?
How can you retrieve data from the mysql database using php?
What are the advantages of triggers?
Can we extend multiple classes in php?
Is php secure?
Which programming language does php resemble to?
What is the special meaning of __sleep and __wakeup?
What is the difference between for and foreach?
What is strlen php?
What is parent __construct ();?
How can we determine whether a php variable is an instantiated object of a certain class?
How many ways to include array elements in double-quoted strings using php?
What is list function with their uses.
Tell me how to retrieve a cookie value?