判断题
A.use gameB.show tableC.create table game (编号int(10)not null,姓名char(10),出生日期date)D.drop table game
A.not nullB.nullC.defaultD.engine