题目内容

要查询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()

成绩 Between 90 And 80表示的含义为成绩>=80并且成绩<=90

A. 对
B. 错

答案查题题库