OCP题求解答

9 篇文章 0 订阅
Which statements are true? (Choose all that apply.)
A.The data dictionary is created and maintained by the database administrator.
B.The data dictionary views consists of joins of dictionary base tables and user-defined tables.
C.The usernames of all the users including the database administrators are stored in the data dictionary.
D.The USER_CONS_COLUMNS view should be queried to find the names of the columns to which a constraint applies.
E.Both USER_OBJECTS and CAT views provide the same information about all the objects that are owned by the user.
F.Views with the same name but different prefixes, such as DBA, ALL and USER, use the same base tables from the data dictionary
 
翻译:
哪一个是正确的
A、数据字典的创建和维护是由DBA完成    (WRONG  是由ORACLE服务器创建和维护属于SYS用户)
B、数据字典视图:consists of 1、数据字典基础表和用户定义表
C、所有的用户名包括DBA都存于数据字典中  (TRUE)
D、找到应用约束的列的名称的话应该查询 USER_CONS_COLUMNS (TRUE)
SYS@ prod>desc USER_CONS_COLUMNS;
 名称                                                                                                                                                                        是否为空? 类型
 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -------- --------------------------------------------------------------------------------------------------------------------
 OWNER                                                                                                                                                                         NOT NULL VARCHAR2(30)
 CONSTRAINT_NAME                                                                                                                                                               NOT NULL VARCHAR2(30)
 TABLE_NAME                                                                                                                                                                    NOT NULL VARCHAR2(30)
 COLUMN_NAME                                                                                                                                                                            VARCHAR2(4000)
 POSITION                                                                                                                                                                               NUMBER

SYS@ prod>

E、USER_OBJECTS和CAT视图都提供了用户拥有的所有对象的相同信息。

F、名称相同但前缀不同的视图(如DBA、ALL和USER)使用数据字典中相同的基表

 

 

其他选项有人帮忙看一下吗?欢迎留言

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值