首页 试题详情
单选题

在MyBatis中,以下哪项属于查询班级所有李姓学生的SQL语句

Aselect * from student where name like‘李%‘

Bselect * from student where name =‘李%‘

Cselect * from student where name like ‘%李%‘

Dselect * from student where name = ‘李_‘

正确答案:A (备注:此答案有误)

相似试题

  • 单选题

    MyBatis以下属于查询班级所有李姓学生的SQL语句

    答案解析

  • 单选题

    MyBatis以下属于查询班级所有学生并按照年龄升序排序的SQL语句

    答案解析

  • 单选题

    MyBatis以下属于<association>标签嵌套查询常用属性的是( )

    答案解析

  • 单选题

    MyBatis以下哪项不属于MyBatis的API

    答案解析

  • 单选题

    MyBatis,涉及查询整个班级平均年龄的SQL函数是

    答案解析

热门题库