Tekan Ctrl+Enter untuk menjalankan kueriPress Enter to execute query
    Mesin Penyimpanan
| Mesin Penyimpanan | Deskripsi | 
|---|---|
| CSV | CSV storage engine | 
| InnoDB | Percona-XtraDB, Supports transactions, row-level locking, foreign keys and encryption for tables | 
| MEMORY | Hash based, stored in memory, useful for temporary tables | 
| MyISAM | MyISAM storage engine | 
| MRG_MyISAM | Collection of identical MyISAM tables | 
| Aria | Crash-safe tables with MyISAM heritage | 
| PERFORMANCE_SCHEMA | Performance Schema | 
| SEQUENCE | Generated tables filled with sequential values |