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
Is it possible to submit a form with a dedicated button?
Can we learn php without html?
What is difference between echo and print_r in php?
What is ltrim?
Explain the difference between $var and $$var?
How to break a file path name into parts?
Explain the difference between mysql_connect and mysql_pconnect?
What's php?
What is form validation in php?
What is php and why we use it?
What are php data types?
How to send email using php script?
How to turn on the session support?
How to include variables in double-quoted strings?
What is the difference between pop3 IMAP and MAPI?