大數(shù)據(jù)就業(yè)實(shí)戰(zhàn)培訓(xùn) Oracle就業(yè)實(shí)戰(zhàn)培訓(xùn)
Oracle OCP 19c 認(rèn)證1Z0-082考試題庫(kù)(第18題)-CUUG內(nèi)部學(xué)員版082題庫(kù)解析
18、Evaluate the following ALTER TABLEstatement:
ALTER TABLE orders SET UNUSED (order_date);
Which statement is true?
A. After executing the ALTER TABLEcommand, you can add a new column called ORDER_DATE to the ORDERS table.
B. The ORDER_DATE column should be empty for the ALTER TABLE command to execute succsessfully.
C. ROLLBACK can be used to get back the ORDER_DATE column in the ORDERStable.
D. The DESCRIBE command would still display the ORDER_DATE column.