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
Can we create table in stored procedure?
How do I edit a stored procedure in mysql?
How can an index be declared in mysql?
How do I delete a row in mysql?
Is mysqli deprecated?
Can you tell a way to know the number of days between the two given dates in php?
What is mysql connection limit?
how you will Create a database on the mysql server with unix shell.
Why should I learn mysql?
How do I show columns in mysql?
What is delimiter in mysql stored procedure?
What is definer in mysql trigger?
What are slow queries?
What is the datatype of image?
What are mysql queries?