Show table columns


show createtable t
SHOW COLUMNS FROM yourTable;
describe [dbname.]table_name