多项选择题

“game”是数据表名,以下哪个语句不正确()

A.use game
B.show table
C.create table game (编号int(10)not null,姓名char(10),出生日期date)
D.drop table game