Press Ctrl+Enter to execute queryPress Enter to execute query
Collapse Expand Requery Edit Explain Profiling Bookmark Query failed Database: hmis Queried time: During current session
SELECT * FROM `counsellings`Storage Engine | Description |
---|---|
MRG_MyISAM | Collection of identical MyISAM tables |
CSV | CSV storage engine |
BLACKHOLE | /dev/null storage engine (anything you write to it disappears) |
MEMORY | Hash based, stored in memory, useful for temporary tables |
SEQUENCE | Generated tables filled with sequential values |
ARCHIVE | Archive storage engine |
PERFORMANCE_SCHEMA | Performance Schema |
InnoDB | Percona-XtraDB, Supports transactions, row-level locking, foreign keys and encryption for tables |
MyISAM | MyISAM storage engine |
Aria | Crash-safe tables with MyISAM heritage |