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
Explain me what is the use of 'print' in php?
What the difference between the 'bitwise and' operator and the 'logical and' operator?
How to remove the new line character from the end of a text line in php?
Why should I learn php?
What is escape data in php?
What is difference between static and constant?
What is the meaning of "enctype= multipart/form-data" ?
What are html entities?
Which function would you use to insert a record into a database in php?
What is super keyword in php?
what does this symbol mean in php?
What is a simple php method to make a cross domain data request?
What is php constructor?
Why many companies are switching their current business language to php?
Is php still in demand?