Question
What are engines in MySQL?
Answer
Like MyISAM, the MEMORY and MERGE storage engines handle nontransactional tables, and both are also included in MySQL by default. The MEMORY storageengine formerly was known as the HEAP engine. The InnoDB and BDB storageengines provide transaction-safe tables.