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