Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How to register a variable in PHP session?

1004


How to call javascript function in php without any event?

1004


What is a substring in php?

1124


How To Get the Uploaded File Information in the Receiving Script?

1072


How to remove leading and trailing spaces from user input values in php?

1063


What is the interface in php?

1091


What is rest api in php?

994


What is the use of namespace in php?

1029


Where is the submitted form data stored?

1130


How to join multiple strings stored in an array into a single string?

1089


What is the difference between php and javascript?

1244


What is the use of the function htmlentities?

1152


Is php case sensitive?

987


The left association operator % is used in PHP for?

1094


What is alias in php?

1092