试题详情
单项选择题学生成绩表grade中有字段score(float),现在要把所有在55至60分之间的分数提高5分,以下SQL语句正确的是()。

A、Update grade set score=score+5 where score in 55..60

B、Update grade set score=score+5 where score >=55 AND score <=60

C、Update grade set score=score+5 where score between 55 or 60

D、Update grade set score=score+5 where score <=55 and score >=60

  • B
  • 关注下方微信公众号,在线模考后查看

热门试题