SHOW COLUMNS from tablename;
DESCRIBE table_name; /* List all columns of a database's table*/
DESCRIBE [TABLE_NAME];