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 / sunil kumar
There are fives tables in MySQL
1 MyISAM
2 Heap
3 Merge
4 INNODB
5 ISAM
When we create a table in MySQL, MyISAM is created
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
How to store the uploaded file to the final location?
What is mean by an associative array?
What is difference between required and include in php?
What is mysql_real_escape_string used for?
Is time a dependent variable?
How to check your php installation?
What is phpsessid?
What is csrf mvc?
Explain Type hinting in PHP?
How is a constant defined in a PHP script?
What is htaccess in php?
What is the use of "echo" in php?
What are variables in research examples?
What are the functions to be used to get the image's properties (size, width and height)?
What are the benefits of using php?