多项选择题

A.createtablestudent(学号char(10),姓名char(2),年龄int(4))
B.createtablestudent(学号char(10),姓名char(10),年龄int)
C.createtablestudent(学号char(10)姓名char(10)年龄int)
D.以上都不能正确创建一个表