Answer Posted / subrat
MyISAM: This is default. Based on Indexed Sequntial Access
Method. The above SQL will create a MyISA table.
ISAM : same
HEAP : Fast data access, but will loose data if there is a
crash. Cannot have BLOB, TEXT & AUTO INCRIMENT fields
BDB : Supports Transactions using COMMIT & ROLLBACK. Slower
that others.
InoDB : same as BDB
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
How to concatenate two character strings?
Differentiate CHAR_LENGTH and LENGTH?
Why should I use mysql?
How do I get a list of table names in mysql?
What is a query in mysql?
What are the differences between mysql vs sql server?
Is mysql free for commercial use?
Describe mysql transaction properties.
Why do you think it is advised to not to use guid and character columns as clustered index arrays?
How do I start and stop mysql server?
Can mysql function return a table?
Do I need python for mysql?
What is mysql cursor?
Is there a free version of mysql?
How do I download a mysql community server?