• 2022-07-01
    下列创建表student的语句不正确的是()
    A: createtablestudent(学号char(10),姓名char(2),年龄int(4))
    B: createtablestudent(学号char(10),姓名char(10),年龄int)
    C: createtablestudent(学号char(10)姓名char(10)年龄int)
    D: 以上都不能正确创建一个表