just explain MYSql ISAM and InnoDB functions. and what is
the diffrent between both. and which is the better in both.

Answer Posted / pooja

MyISAM is a deafult storage engine in MySQL and is mostly in
WEB, data warehousing and other application environments.

InnoDB is also a storage engine in MySQL. Even this is
included by default in MySQL. But this is used for
transaction processing applications and supports a number
of features including ACID transaction support and foreign keys.

In source distributions, you can enable or disable either
engine by configuring MySQL as you like.

Both are best but it depends on the use. And for general
purpose its better to use MyISAM.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which function would you use to read a line of data from a file in php?

542


What is prepare in php?

496


Who developed php?

529


How are cookies created?

521


Tell me what sized websites have you worked on in the past?

481






Is php a low level language?

514


What is empty () in php?

505


What are the main error types in php?

491


How is csrf token generated?

494


Can I use php in visual studio?

514


A process is identified by a unique___

573


Tell me what is the meaning of a final class and a final method?

503


What are different types of runtime errors in php?

523


Do loops php?

499


Does php support multiple inheritance?

477