Questionaries.org
Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
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)
mysql
different
tables
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
What does MySQL modify in my newly created tables?
asked
1 year
ago
by
eagles11
(
179,830
points)
mysql
database
tables
6
like
0
dislike
1
answer
What are ENUMs used for in MySQL?
asked
1 year
ago
by
eagles11
(
179,830
points)
mysql
tables
5
like
0
dislike
1
answer
What are the different types of error?
asked
1 year
ago
by
daneim
(
127,080
points)
different
types
error
4
like
0
dislike
1
answer
What are the different styles of activation of ole Objects?
asked
1 year
ago
by
marck_don
(
191,010
points)
different
activation
object
4
like
0
dislike
1
answer
What are the different default triggers created .....?
asked
1 year
ago
by
marck_don
(
191,010
points)
different
default
triggers
non-isolated