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
What is data type in php?
What is oops php?
Explain about switch statement in PHP?
What are the four scalar types of php?
Tell me how can we change the maximum size of the files to be uploaded?
What is symfony php?
armstrong number by using php while number is given by the keyboard.?
How can i execute PHP File using Command Line?
Which functions are used to count the total number of array elements in php?
How to close a session properly?
Tell us how can we access the data sent through the url with the post method?
How a variable is declared in php?
Which MySQL function would you use to select a database?
How to download files from an external server with code in php?
How can we determine whether a variable is set?