单项选择题
以下()属于查询班级所有李姓学生的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对象。
单项选择题 以下不属于MyBatis的Executor执行器的是()。
单项选择题 在MyBatis中,SqlSession对象由下列()对象提供。