what is the difference between MyIsam and InnoDb engine?
Answer Posted / satya
MyIsam is my default storage engine , where as InnoDB is
faster storage Engine and offers row level locking ,
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
How do I download a mysql community server?
What is “i_am_a_dump” flag in mysql?
How to declare variable in mysql trigger?
What is table level locking in mysql?
What is the maximum no of columns a table can have?
What is indexing in mysql?
Give string types available for column?
Explain timestamp?
How to get the number of rows selected or affected by a sql statement?
How to run 'mysql' commands from a batch file?
What is InnoDB?
How do you backup a database in mysql?
How to delete a table.
What is the data type for file in mysql?
How do you concatenate strings in mysql?