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
Explain briefly about a search-friendly site looks like?
What is the capacity of mysql database?
What is the use of magic function in php?
Does php support polymorphism?
What is the functionality of the functions strstr() and stristr()?
Which function is used in php to search a particular value in an array?
What are the different types of PHP arrays?
What is prepared statement in php?
How to access a global variable inside a function?
Is empty in excel?
What is php dependency injection?
What is php and its advantages?
How do I escape data before storing it in the database?
What is difference between md5 and SHA256?
how to track no of users logged in?