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

项目数据分析师理论考试

题库首页>商业经济行业技能考试>项目数据分析师理论考试

如下表student中,如何筛选type为包含数学或语文的记录?()

  • A、select*from student where type=“数学” and type=“语文”
  • B、select*from student where type=“数学” or type=“语文”
  • C、select*from student where type in(“数学”,“语文”)
  • D、select*from student where type in(“数学”、“语文”)
查看答案

微信扫一扫手机做题