多做题,通过考试没问题!

计算机程序设计

睦霖题库>大学试题(计算机科学)>计算机程序设计

下列创建表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
答案解析:
进入题库查看解析

微信扫一扫手机做题