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 can we change the data type of a column of a table?
How do I quit mysql?
How many types of indexes are there in mysql?
What is longblob in mysql?
How do I edit a trigger in mysql?
What is the difference between truncate and delete in mysql?
write a command to view the content of the table
How do I view tables in mysql workbench?
What is the latest mysql version?
What is the difference between having and where clause in mysql? Explain
What are triggers mysql?
Is mysql and sql are same?
What are the reasons for selecting lamp (linux, apache, mysql, php) instead of combination of other software programs, servers and operating systems?
How do you create a new database in mysql?
What is mysqli procedural?