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
Write a query to create a database and a table?
change column name and make a unique column so we get no dupes.
How to use like conditions?
Does mysql use sql?
What ascii 31?
List the different types of normalization?
how to add a new column to an existing table?
How do I know if mysql is installed on windows?
How to copy data from one server to another using php?
What is 'mysqlshow'?
What is difference between inner vs self vs cross?
How do I rename a procedure?
What is the difference between the LIKE and REGEXP operators?
How do I grant privileges to a user in mysql phpmyadmin?
1.how to fetch a value and Execute store procudure in mysql(INNODB) using phpMyAdmin? 2.can i wright a package in mysql database(INNODB)?