单项选择题
select from student where name like ’%小%’的功能是()。
A.查询名字里面包含’小’的学生的信息
B.查询名字里面不包含’小’的学生的信息
C.查询名字是“小”的学生的信息
D.查询名字不是“小”的学生的信息
点击查看答案&解析
相关考题
-
单项选择题
select from student的功能是()。
A.查询所有学生信息
B.删除所有信息
C.查询指定的信息
D.删除指定的信息 -
单项选择题
truncate table students的作用是()。
A.清空学生表中的数据
B.转换表结构
C.删除表
D.行列转换 -
单项选择题
DELETE FROM students where id=2的作用是()。
A.从students表中,删除id为2的记录
B.修改id为2的记录
C.查询id为2的记录
D.查询所有记录
