单项选择题
以下()是查询学生记录表中的第3-5条数据。
A.select *from student limit 2,3
B.select *from student limit 2,5
C.select *from student limit 3,5
D.select *from student limit 3,2
点击查看答案
相关考题
-
单项选择题
以下()属于查询班级所有李姓学生的SQL语句。
A.select *from student where name like’李%’
B.select *from student where name =’李%’
C.select *from student where name like ’%李%’
D.select *from student where name =’李_’ -
单项选择题
在MyBatis中,下列()方法不属于SqlSession对象。
A.selectOne
B.selectId
C.selectList
D.selectMap -
单项选择题
以下不属于MyBatis的Executor执行器的是()。
A.SimpleExecutor
B.ReuseExecutor
C.BatchExecutor
D.StateMent
