在MySQL中, 如何列出给定表的所有列?( )
show table columns;
show columns from table;
list table columns;
select columns from table;