题目内容

在查询时,指定结果集中列的别名不能使用( )

A. 列as别名
B. 列别名
C. 别名=列
D. 别名列

查看答案
更多问题

请选择下面正确的SQL语句( )

A. select * from 表名 order by 列名1 and order by 列名2
B. select * from 表名 order by 列名1,列名2
C. select * from 表名 where 列1=值1 and 列2=值2
D. select * from 表名 where 列1=值1 and 列1=值2

删除表中的数据,而不删除表

A. remove
B. delete
C. truncate
D. update

SQL SERVER支持的分支语句有

A. if
B. if else
C. if else if
D. switch

SQL server的数据类型转换函数有

A. case
B. meet
C. convert
D. upper

答案查题题库