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 / umesh ms analytica-india
Default type is MyISAM
Generates 3 files
1.frm
2.Myd
3.Myi
format files
| Is This Answer Correct ? | 24 Yes | 5 No |
Post New Answer View All Answers
How do you define a constant?
How many data types are there in php?
Tell us how to redirect a page in php?
Why do we use query?
Which php framework is best?
What are the different types of PHP arrays?
Tell me how do I escape data before storing it into the database?
What are php strings?
What is php how it works?
What are the disadvantages of php?
What are access specifiers?
What is difference between put and post method in http?
How to create a session? How to set a value in session? How to remove data from a session?
Could we start a variable with number like $4name?
What kind of variable is age?