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
Can I learn php in a month?
What Is a Persistent Cookie?
Does php class need constructor?
Explain what does $_server means?
What are super global variables in php?
Can you explain, when to use if-else if-else over switch statements?
Tell me what is the difference between get and post?
What is data abstraction in php?
What is the integer?
How do you sort an array in php?
How cookies are transported from browsers to servers?
What difference between require() and require_once()?
What is the main difference between asp net and php?
How to pass variables by references?
How do I check environment variables?