题目内容

要查询information表中学生姓名中含有“张“的学生情况,可用( )命令。

A. Select * From Information Where S_Name Like ‘张%’
B. Select * From Information Where S_Name Like ‘张_’
C. Select * From Information Where S_Name Like ‘%张%’
D. Select * From Information Where S_Name=‘张’

查看答案
更多问题

要查询information表中姓“王“且单名的学生情况,可用( )命令。

A. Select * From Information Where 姓名 Like ‘王%’
B. Select * From Information Where 姓名 Like ‘王_’
C. Select * From Information Where 姓名 = ‘王%’
D. Select * From Information Where 姓名 = ‘王_ _’

模式查找Like '_A%',下面哪个结果是可能的( )。

Aili
BAi
C. BbA
D. CcA

查找班级名为1班和2班的学生记录,条件为()

A. ”1班”And”2班”
B. In(“1班”And”2班”)
C. In(“1班”To”2班”)
D. In(“1班”,”2班”)

多选(3分)下面选项中,属于聚合函数的是()

A. concat()
B. sum()
C. avg()
D. length()

答案查题题库