多项选择题

要显示表student的表结构,可以使用命令()。

A.SHOW CREATE TABLE student;
B.VIEW student;
C.DESCRIBE student;
D.STRUCTURE student;