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 / albert
There are basically two types of tablein MYSQL:
1. Transaction safe
2. Non transaction safe
/**
*Transaction safe consist of InnoDB, BDB
*Non transaction table includes ISAM, MYISAM, MERGE, HEAP
*/
Default type is MyISAM
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are arguments in php?
How do you measure variables?
How to set a value in session? How to remove data from a session?
Whether php supports microsoft sql server?
What is the difference between client-side and server-side programming?
What is isset in php?
What are php filters?
write a note on Testing the web site
How can you create a session in php?
Does exist in php?
What is stripslashes php?
How to declare an array in php?
What is mysql_fetch_array?
What is the default time of cookie in php?
Is it easy to learn php?