单项选择题
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语句。A.select *from student where nam...
单项选择题以下()属于查询班级所有李姓学生的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.selectOneB.selectIdC....
单项选择题在MyBatis中,下列()方法不属于SqlSession对象。
A.selectOneB.selectIdC.selectListD.selectMap
以下不属于MyBatis的Executor执行器的是()。A.SimpleExecutorB.ReuseExe...
单项选择题以下不属于MyBatis的Executor执行器的是()。
A.SimpleExecutorB.ReuseExecutorC.BatchExecutorD.StateMent