请选择下面正确的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