欢迎来到易学考试网 易学考试官网
全部科目 > 资格类 > CDA数据分析师 > CDA LEVEL 1业务数据分析师

单项选择题

已知表student,字段如下:

取出course1,course2,course3三门成绩均超过60分的记录,可以使用如下查询语句()

    A.select*from student where course1+course2+course3>60
    B.select*from student where course1 and course2 and course3>60
    C.select*from student where max(course1,courser2,course3)>60
    D.select*from student where course1>60 and course2>60 and course3>60

点击查看答案&解析

相关考题

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

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