问题
多项选择题
下列创建表student的语句不正确的是()
A.createtablestudent(学号char(10),姓名char(2),年龄int(4))
B.createtablestudent(学号char(10),姓名char(10),年龄int)
C.createtablestudent(学号char(10)姓名char(10)年龄int)
D.以上都不能正确创建一个表
答案
参考答案:A, C, D