what are the main differences between MyISAM and InnoDB
table storage structures ?
what are the advantages and disadvantages in usage of these ?
Answer Posted / chalbal jha
MyIsam provide full text search which is not supported by
Innodb
| Is This Answer Correct ? | 21 Yes | 8 No |
Post New Answer View All Answers
can you tell what are the different set operations available in mysql? : Mysql dba
How to create trigger in mysql phpmyadmin?
What is mysql aggregate functions? Explain
What are enums used for in mysql?
What are stored procedures and functions?
What is ISAM?
How do I create a mysql username and password?
Is mysql still popular?
Suppose you have to collect the first name, middle name and the last name of students from the below table. But, you observe that there few missing values either in the first name, middle name and the last name columns. How will you return the first non-null values?
What is the difference between unix timestamp and mysql timestamp?
What is msql?
What is the difference between mysql and sql?
What is blob datatype in mysql?
How to update info already in a table and delete a row(s) from a table.
Is mysql frontend or backend?