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?
State the differences between mongodb and mysql.
change column name and make a unique column so we get no dupes.
What is difference between statement and preparedstatement?
Write a query to display current date and time?
What is the difference between the primary and unique key in mysql?
What is new mysqli?
How do I rename a table in mysql workbench?
What does mysql flush privileges do?
How can we convert between Unix & MySQL timestamps?
how to connect a php script with the mysql database?
How to get a version of mysql?
Can you rename a database in mysql?
What is the return type of mysqli_query?
How can you increase the performance of mysql select query?