MySQL Programming Question:

Download Job Interview Questions and Answers PDF

What Is MyISAM?

MySQL Programming Interview Question
MySQL Programming Interview Question

Answer:

MyISAM is a storage engine used as the default storage engine for MySQL database. MyISAM is based on the ISAM (Indexed Sequential Access Method) concept and offers fast data storage and retrieval. But it is not transaction safe.

Download MySQL Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What Is ISAM?What Is InnoDB?