多项选择题
A.数值类型B.字符类型C.日期类型D.时间类型
A.use gameB.show tableC.create table game (编号int(10)not null,姓名char(10),出生日期date)D.drop table game