单项选择题
以下()是查询学生记录表中的第3-5条数据。
A.select *from student limit 2,3B.select *from student limit 2,5C.select *from student limit 3,5D.select *from student limit 3,2
单项选择题 以下()属于查询班级所有李姓学生的SQL语句。
单项选择题 在MyBatis中,下列()方法不属于SqlSession对象。
单项选择题 以下不属于MyBatis的Executor执行器的是()。