当前学科:结构化查询语言(SQL)
  • 题目: 单选
    对于表A(col1 int,col2 char(1))更新col1=1的数据col2值为N,下面语句正确的是()

      A . update table A setcol2=’N’ where col1=1
      B . modify table A setcol2=N where col1=1
      C . update A set col2=’N’ where col1=1
      D . modify A set col2=N where col1=1

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

    查看答案

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