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