1.

What are Storage Engines in Mysql?

Answer»

Storage ENGINES are Mysql components, that can handle the OPERATIONS for different table types to STORE and MANAGE information in a database.

  • InnoDB
  • MyISAM
  • MEMORY
  • MERGE
  • EXAMPLE
  • CSV
  • ARCHIVE etc


Discussion

No Comment Found