Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

What are the different tables present in MySQL?

3 like 0 dislike
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))?
asked 1 year ago by daneim (127,080 points)

1 Answer

1 like 0 dislike
 
Best answer
Total 5 types of tables we can create
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.
answered 1 year ago by marck_don (191,010 points)

Related questions

4 like 0 dislike
1 answer
6 like 0 dislike
1 answer
asked 1 year ago by eagles11 (179,830 points)
5 like 0 dislike
1 answer
asked 1 year ago by daneim (127,080 points)
4 like 0 dislike
1 answer
4 like 0 dislike
1 answer