what are the main differences between MyISAM and InnoDB
table storage structures ?
what are the advantages and disadvantages in usage of these ?
Answer Posted / vikas
MyISAM don't take more space comparision to the INNODB in mysql
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How many rows can a mysql table hold?
What is triggers and how it can be used in mysql?
Which is faster innodb or myisam?
How can you change the name of any existing table by using the sql statement?
How do I clear the screen in mysql?
Where is mysql data stored?
What are the different column comparison operators in mysql?
What is the difference between the primary and unique key in mysql?
What is the date format in mysql?
How to show table names with 'mysqlshow'?
What is the default port for mysql and how it can change?
Tell us something about heap tables?
Why to use char instead of varchar in the database?
What is blob and clob?
What is the difference between mysql_connect and mysqli_connect?