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
What is difference between readonly and constant?
Which function can be used to exit from the script after displaying the error message?
What are string functions?
What is a php 5?
Is php class name case sensitive?
How a variable is declared in php?
What is the actually used php version?
What is the purpose of using php?
What is use of count() function in php?
What is super () python?
What does a special set of tags do in php?
Tell me what does the php error 'parse error in php - unexpected t_variable at line x' means?
How to include a file code in different files in php?
Difference between get and post method.
How to define a user function?