执行Sql语句:select score*0.5+20A. 加权成绩 from grade where (score*0.5+20)<60 order by score*0.5+20,以下()描述是正确的。


执行Sql语句:select score*0.5+20A. 加权成绩 from grade where (score*0.5+20)<60 order by score*0.5+20,以下()描述是正确的。

A.错误提示:where 子句中不能出现表达式。

B.错误提示:order by 子句中不能出现表达式

C.正确执行,显示grade表中各列值,按照score由低到高排序。

D.正确执行,显示grade表中各列值,以及加权成绩列,按照score由低到高排序。

正确答案:A


Tag:SQLServer 子句 表达式 时间:2024-02-07 22:22:52