单项选择题
select from student where id between 8 and 10的作用是()。
A.查询id为8-10的学生的信息 B.查询id为8、10的学生的信息 C.查询id不是8-10的学生的信息 D.删除8-10的记录
单项选择题 select from student where id in(1,5,6,10)的作用是()。
单项选择题 select from student where name like ’%小%’的功能是()。
单项选择题 select from student的功能是()。