当前学科:结构化查询语言(SQL)
  • 题目: 单选
    对于学生信息表(XSB),包含字段:学号(SNO),姓名(SNAME),性别(SEX),年龄(AGE),所在系(DEPT),其中SNO为主码,检索年龄在20~30之间的学生姓名和年龄,正确的语句是()

      A . select sname,age from xsb where age>20and age<23
      B . select*from xsb where age between20 and 23
      C . select sname,age from xsb where agebetween20 and 23

    答案: <查看本题扣1积分>

    查看答案

    答案不对?请尝试站内搜索


推荐知识点: