ICode9

精准搜索请尝试: 精确搜索
首页 > 数据库> 文章详细

Oracle OCP 19c 认证1Z0-083考试(第48题)

2021-06-14 18:33:57  阅读:208  来源: 互联网

标签:CUSTOMERS 删除 48 1Z0 drop back flashed 083 table


 You accidentally drop the CUSTOMERS table, and then recover it by using the FLASHBACK TABLE command.

Which two statements are true about the dependent objects of the CUSTOMERS table?

A)    All the triggers associated with the table are flashed back but are disabled.

B)    Materialized views that use the CUSTOMERS table are flashed back.

C)    LOB segments associated with the CUSTOMERS table are flashed back.

D)    All the constraints defined on the table, except the referential integrity constraints, are flashed back.

E)    Only the primary key constraint created for the table is flashed back, whereas all other indexes must be retrieved separately.

Answer:CD

(解析:drop 表其实相关的东西都没有真正删除,当表恢复后,其它的相关联的东西就可 以用了。为什么外键约束没有闪回,因为在 drop 后,有可能相关联的主键约束被删除了, 所以外键约束要手动启用,故而没有被闪回。 经过实验,物化视图是不会被删除,因为它 本来跟表是独立的, 不管基本是否被删除。)
 

标签:CUSTOMERS,删除,48,1Z0,drop,back,flashed,083,table
来源: https://blog.csdn.net/itsaka/article/details/117910473

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有