what are the main differences between MyISAM and InnoDB
table storage structures ?
what are the advantages and disadvantages in usage of these ?
Answer Posted / zubair bit
innoodb has maximum performance for large databases
| Is This Answer Correct ? | 26 Yes | 2 No |
Post New Answer View All Answers
What is a scalar function?
Write a query to count the number of rows of a table in mysql.
how to connect a php script with the mysql database?
Why is mysql popular?
Is primary key auto increment?
What is mysql aggregate functions? Explain
What is ndb in mysql?
What are the differences between a primary key and foreign key?
What are all the Common SQL Function?
What is the current root password of mysql?
How do stored procedures work?
What is join in mysql? What are the different types of join?
What happens if you no create privilege in a database?
How do I import database through command line?
Consider a scenario where you have two to three tables with thousand tuples in each of them. Now, if you have to perform a join operation between them will you choose to perform filtering of rows or transforming of rows first.