当前学科:结构化查询语言(SQL)
  • 题目: 多选
    在SQLServer数据库(排序规则为默认值)中,有一个产品表products,你想按照价格从小到大的顺序显示所有产品的名称(productname)和价格(price),可以实现该功能的T-SQL语句是()

      A . SELECT productname,price from products order by price ASC
      B . SELECT productname,price from products order by price DESC
      C . SELECT productname,price from products order by price
      D . SELECT productname and price from products order by price DESC

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

    查看答案

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