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 table present in MYsql?

Answers were Sorted based on User's Feedback



What are the different table present in MYsql?..

Answer / subrat

MyISAM: This is default. Based on Indexed Sequntial Access
Method. The above SQL will create a MyISA table.
ISAM : same
HEAP : Fast data access, but will loose data if there is a
crash. Cannot have BLOB, TEXT & AUTO INCRIMENT fields
BDB : Supports Transactions using COMMIT & ROLLBACK. Slower
that others.
InoDB : same as BDB

Is This Answer Correct ?    13 Yes 1 No

What are the different table present in MYsql?..

Answer / sankar

its not inoDB is InnoDB

Is This Answer Correct ?    9 Yes 1 No

What are the different table present in MYsql?..

Answer / rajesh kumar

BDB supports transaction and page level locking. InnoDB
Supports Foreign Keys, Row level locking & transaction .

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More MySQL Interview Questions

How to define numeric 9(3) in db2 table without decimal point??

0 Answers  


What does schema mean?

0 Answers  


What is the difference Delete and Drop ?

6 Answers  


How do you know if your mysql server is alive?

0 Answers  


What is the command used to create a database using php and mysql?

0 Answers  


How do you start MySQL on Linux?

5 Answers   Cybernet,


How do I completely remove mysql from windows?

0 Answers  


What is the difference between the LIKE and REGEXP operators?

0 Answers  


What is the difference between a heap table and temporary table?

0 Answers  


how to find missing numbers between two order numbers; and dates ?

1 Answers  


Why is the basic difference between left join, right join and inner join?

0 Answers  


How many rows we can insert in a mysql table?

0 Answers  


Categories