单项选择题
显示当前系统日期时间的正确的是()。
A.select getdate()
B.print getdate
C.select getdate
D.set getdate()
点击查看答案&解析
相关考题
-
单项选择题
表示考核为’优’的女生的表达式是()。
A.性别=‘女’,考核=‘优’
B.性别=‘女’ 考核=‘优’
C.性别=‘女’ or 考核=‘优’
D.性别=‘女’ and 考核=‘优’ -
单项选择题
下列是全局变量的是()。
A.@error
B.@@error
C.!error
D.error() -
单项选择题
与表达式成绩>=0 and 成绩<=100等价的是()。
A.0<=成绩<=100
B.成绩between 0 and 100
C.成绩>=0,成绩<=100
D.between 0 and 100
