单项选择题
select from student where id in(1,5,6,10)的作用是()。
A.查询id为1,2,3,4的学生的信息 B.查询id不是1,2,3,4的学生的信息 C.查询所有学生 D.删除所有学生
单项选择题 select from student where name like ’%小%’的功能是()。
单项选择题 select from student的功能是()。
单项选择题 truncate table students的作用是()。