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
How can we set and destroy the cookie in php?
Is it easy to learn php?
List few sensible functions in PHP?
Is overloading possible in php?
What are the functions for imap?
What is inheritance in php with example?
How to do single and multi line comment in php?
Explain what is memcache?
Do you know how to declare an array in php?
What is $_ get?
What is composer json?
What is php and why we use it?
Is php an oop?
What is json php?
What is polymorphism in oop php?