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

Answers were Sorted based on User's Feedback



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

Answer / suresh

Mysql ISAM is an default storage engine...
And InnoDB supports transactions and foriegn keys

Is This Answer Correct ?    4 Yes 0 No

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

Answer / 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

More PHP Interview Questions

Tell me how to set a page as a home page in a php based site?

1 Answers  


What is the purpose of the following files having extensions 1) .frm 2) .myd 3) .myi? What do these files contain?

2 Answers  


How do I find environment variables?

1 Answers  


How to include variables in double-quoted strings?

1 Answers  


How could I install codeignitor ?

1 Answers  


hello experts good morning to everyone ! at present am now learning LAMP course sir( linux, apache,mysql and php) after finishing this course can i create my own website without investment is it possible ? please can any one tell sir and also tell me how can i upload my project after finishing the project in internet ? please tell the ways sir please send ur valuable suggestions to kiranpulsar2007@gmail.comcom

1 Answers  


What is difference between readonly and constant?

1 Answers  


What the limitation of header() function in php?

1 Answers  


How to get the DNS servers of a domain name?

1 Answers   Life Infotech,


Can the value of a constant change during the script's execution?

1 Answers  


What is the use of explode() function?

1 Answers  


What is difference between rest and http?

1 Answers  


Categories