Answers

Question and Answer:

  Home  MySQL Programming

⟩ What Is MyISAM?

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.

 148 views

More Questions for you: