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
What does isset() function?
What is curl php?
Explain Whitespace Characters?
How long does a session last in php?
Explain the advantages of using PHP?
How can I increase my website session?
Do you know how can we check the value of a given variable is a number?
Is null in php?
What is the purpose of basename() function in PHP?
Tell me how to find the position of the first occurrence of a substring in a string?
What is the difference between die () and exit () in php?
Do you know how to declare an array in php?
What language is similar to php?
Tell me what is the use of "enctype" attribute in a html form?
How to create a mysql connection in php?