单项选择题
select from student where name like ’%小%’的功能是()。
A.查询名字里面包含’小’的学生的信息 B.查询名字里面不包含’小’的学生的信息 C.查询名字是“小”的学生的信息 D.查询名字不是“小”的学生的信息
单项选择题 select from student的功能是()。
单项选择题 truncate table students的作用是()。
单项选择题 DELETE FROM students where id=2的作用是()。