以下哪个mysql命令可以查看数据表的结构信息()
A. show tables
B. select * from 表名
C. describe 表名
D. create table 表名
正确答案是C