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 / vikash shaw
Total 5 types of tables we can create in mysql
1. MyISAM
2. Heap
3. Merge
4. INNO DB
5. ISAM
MyISAM is the default storage engine as of MySQL 3.23. When you fire the above create query MySQL will create a MyISAM table.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Write an example to remove html tags from a string in php?
What is php regular expression?
How to stop the execution of php script?
Can we set session value in javascript?
What is the difference between print() and echo()?
What is php and sql used for?
What the limitation of header() function in php?
Is it possible to use com component in php?
Is php a middleware?
Can you give example for trait in php?
How to open a file for reading?
How do I stop a php script?
What is session and Cokkies . How it works . tell some thing about Session_id()
How easy is php?
How many records can be stored in mysql table?