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

2022年(28)

2021年(8)

我的朋友

分类: Oracle

2022-01-20 10:29:39

17. Examine the following command:

CREATE TABLE (

prod_id number(4),

Prod_name varchar2 (20),

Category_id number(30),

Quantity_on_hand number (3) INVISIBLE);

Which three statements are true about using an invisible column in t he PRODUCTS table?

A. The %ROWTYPE attribute declarations in PL/SQL to access a row will not display the invisible column in the output.

B. The DESCRIBE commands in SQL *Plus will not display the invisible column in t he output.

C. Referential integrity constraint cannot be set on t he invisible column.

D. The invisible column cannot be made visible and can only be marked as unused.

E. A primary key constraint can be added on t he invisible column.

source : cuug

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