你要关闭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)