what are the main differences between MyISAM and InnoDB
table storage structures ?
what are the advantages and disadvantages in usage of these ?
Answer Posted / sharath bit
it supports online backups
| Is This Answer Correct ? | 9 Yes | 15 No |
Post New Answer View All Answers
What is the default password for mysql?
What are the advantages/disadvantages of mysql and php?
Does mysql support nosql?
How to run a sql statement?
What is the difference between database and table?
How can you increase the performance of mysql select query?
What is mysql enterprise edition?
What is sql vs mysql?
Table - Products has number of products as below Productid ProductName 1 iPhone 2 iPad 3 BlackBerry Table - SalesPersonProduct has the below records Salespersonid productid S1 1 S1 2 S1 3 S2 1 S3 2 Write a SQL query that returns the total number of sold products
What is the role of a limit in a mysql query?
Can you tell a way to know the number of days between the two given dates in php?
What is mysqli_connect_error ()?
Can you tell how to find the number of rows in a resultset using php?
Why is it called mysql?
How to write after insert event update trigger on the same table in mysql?