Chinaunix首页 | 论坛 | 博客
  • 博客访问: 17396
  • 博文数量: 36
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 210
  • 用 户 组: 普通用户
  • 注册时间: 2021-11-30 10:47
文章分类
文章存档

2022年(28)

2021年(8)

我的朋友

分类: Oracle

2022-01-21 17:13:53

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.

Source : cuug

阅读(153) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~