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 whitespace in php?
How many types of array are there in php?
What is the use of php and mysql?
Why is overriding runtime?
How can you get the size of an image in PHP?
How do I make a reset button in html?
How does php and apache work?
Do I need apache for php?
What are the functions used in php?
What is final in php?
Explain what is the use of "echo" in php?
What is htaccess in php?
How to create database connection and query in php?
What is basic php?
How many types of php are there?