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