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
What library is used for pdf in php?
How is php different from other languages?
How to remove an empty directory?
Which function parses an English textual date or time into Unix timestamp in PHP.
How to download files from an external server with code in php?
Tell us what is the difference between session_unregister() and session_unset()?
How to check a variable is an array or not in php?
how to detect a mobile device using php
What is env in laravel?
What is cms php?
What is the best php framework 2018?
Which one is best framework for php?
What is the difference between client-side and server-side programming?
What are php errors?
How to set session.gc_maxlifetime properly?