欢迎来到PP题库网 PP题库官网
logo
全部科目 > 大学试题 > 计算机科学 > 计算机程序设计 > 结构化查询语言(SQL)

单项选择题

从authors 数据库中查询出所有au_id满足前2个字符为”72”,第四个字符为”-“的作家的姓名,下面哪一条语句满足条件()

    A.select * from authors where au_id =”72_-%”
    B.select au_id=72_-% from authors
    C.select * from authors where au_id like “72*-%”
    D.select * from authors where au_id like “72_-%” _代表任意一个字符

点击查看答案

相关考题

微信小程序免费搜题
微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题