你要关闭SALES表中UNIT_PRICE列的非NULL约束。下

题目内容(请给出正确答案)

你要关闭SALES表中UNIT_PRICE列的非NULL约束。下列哪个语句能完成这个操作?()

  • A、alter table sales modify(unit_prices null)
  • B、alter table sales modify(unit_prices not null)
  • C、alter table sales add(unit_prices null)
  • D、alter table sales add(unit_prices not null)
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
更多相关问题