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
Is PHP runs on different platforms (Windows, Linux, Unix, etc.)?
What is php oop?
How to change the principal password?
Why php script is not running in browser?
What is the sign to start variables in PHP?
What is the timeout period on session values?
What are the file upload settings in configuration file?
What are the advantages of oops in php?
How many columns can be added in a table in mysql?
What is php session and how it works?
How is php different from other languages?
Explain the syntax for ‘foreach’ loop with example.
How to remove all duplicate values in array in php?
What are the 5 types of data?
Explain PHP looping?