Current selection does not contain a unique column. Grid edit, checkbox, Edit, Copy and Delete features are not available. 
Showing rows 0 - 7 (8 total, Query took 0.0003 seconds.)
SELECT * FROM `ENGINES`
| Filter rows: |
| ENGINE | SUPPORT | COMMENT | TRANSACTIONS | XA | SAVEPOINTS | |
|---|---|---|---|---|---|---|
| CSV | YES | Stores tables as CSV files | NO | NO | NO | |
| MRG_MyISAM | YES | Collection of identical MyISAM tables | NO | NO | NO | |
| MEMORY | YES | Hash based, stored in memory, useful for temporary... | NO | NO | NO | |
| Aria | YES | Crash-safe tables with MyISAM heritage. Used for i... | NO | NO | NO | |
| MyISAM | YES | Non-transactional engine with good performance and... | NO | NO | NO | |
| SEQUENCE | YES | Generated tables filled with sequential values | YES | NO | YES | |
| InnoDB | DEFAULT | Supports transactions, row-level locking, foreign ... | YES | YES | YES | |
| PERFORMANCE_SCHEMA | YES | Performance Schema | NO | NO | NO |
| Filter rows: |