4
All show commans are mapped to table functions in Drizzle. More data can be
5
gained by exeucting queries directly on the tables found either the
6
DATA_DICTIONARY or the INFORMATION_SCHEMA.
17
SHOW COLUMNS FROM table_name
19
SHOW INDEXES from table_name
26
SHOW CREATE SCHEMA schema_name
28
SHOW CREATE TABLE table_name