just explain MYSql ISAM and InnoDB functions. and what is
the diffrent between both. and which is the better in both.
Answer Posted / suresh
Mysql ISAM is an default storage engine...
And InnoDB supports transactions and foriegn keys
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What does $globals means?
How would you open a directory for reading in php?
Is laravel frontend or backend?
What is the difference between laravel and php?
When to use inquire vs enquire?
What is strcmp () in php?
Where is session value stored?
Tell me how the result set of mysql be handled in php?
How to execute a function in php?
How cookies are trported from browsers to servers?
What are different types of runtime errors in php?
Are sessions stateless?
What is url encoding and decoding in php?
What is the use of callback in php?
What is the difference between $name and $$name?