欢迎来到建筑考试题库网 建筑考试题库官网
全部科目 > 大学试题 > 计算机科学 > MySQL数据库系统及应用

单项选择题

​在MySQL中,设有学生表Student(s_no,s_name,s_age),各字段的含义分别是学生学号、姓名、年龄。下列插入记录语句会报错是()。

    A.insert into Student values(’201530’,’Jakc’)
    B.insert into Student(s_no,s_name,s_age)values(’201530’,’Jakc’,18)
    C.insert into Student(s_no,s_name)values(’201530’,’Jakc’)
    D.insert into Student values(’201530’,’Jakc’,18)

点击查看答案&解析

相关考题

微信小程序免费搜题
微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题