问题描述:
[多选]
学生成绩表grade中有字段score(float),现在要把所有在55分至60之间的分数提高5分,以下sql语句正确的是()
A.Update grade set score=score+5
B.Update grade set score=score+5 where score>=55 or score <=60
C.Update grade set score=score+5 where score between 55 and 60
D.Update grade set score=score+5 where score >=55 anscore <=60
参考答案:查看无
答案解析:无
☆收藏
答案解析:无
☆收藏
上一篇:学生成绩表grade中有字段score(float),现在要把所有在55至60分之间的分数提高5分,以下SQL语句正确的是()。
下一篇:执行SQL语句( )select*,score*0.5+20 as 加权成绩from grade where(score*0.5+20<60orderbyscore*0.5+20,以下描述是正确的()。
- 我要回答: 网友(216.73.216.119)
- 热门题目: 1.网络的拓扑结构是指网络中通信 2.关于框筒结构剪力滞后效应,理 3.铝合金制成的气缸盖到最后必须
