How can you list all columns for a given table?
LIST table COLUMNS;
SHOW table COLUMNS;
SHOW COLUMNS FROM table;
SELECT COLUMNS FROM table;