易搜题 > 资格证大类 > 计算机编程 > 问题详情
问题详情

On Monday, you dropped the DEPT table from your schema and then you re-created the DEPT table in your schema. On Wednesday, you have a requirement to restore the DEPT table from the recycle bin. Which statement is correct?()

A、 You cannot restore the DEPT table by using the Oracle Flashback Drop feature because a table with the name DEPT already exists in your schema.

B、 You can restore the DEPT table by using the Oracle Flashback Drop feature, provided you use the RENAME TO clause.

C、 You cannot restore the DEPT table by using the Oracle Flashback Drop feature because the contents of the recycle bin are purged every 12 hours by default.

D、 You can restore the DEPT table by using the Oracle Flashback Drop feature and a system-generated name will be assigned to the restored table.

未找到的试题在搜索页框底部可快速提交,在会员中心"提交的题"查看可解决状态。 收藏该题
查看答案

相关问题推荐

  • ()不属于大型项目控制的三要素。

    A、项目绩效跟踪

    B、质量改进

    C、外部变更请求

    D、变更控制

  • 以下程序不用第三个变量实现将两个数进行对调的操作,划线处应为()。 main() {int a,b; scanf(“%d%d”,&a,&b); cin>>a>>b; tout<<“a=”<<a<<“b=”<<b; a=a+b;b=a-b;a=______; cout<<“a=”<<a<<“b=”<<b<<end1; }

    A.a-Cb

    B.a-b

    C.b*a

    D.a/b

  • 项目失败主要的原因是()。

    A、缺少一个项目化的强大的矩阵结构,范围不明确

    B、缺少最高领导层的许诺和支持,项目团队不和谐,项目经理缺乏领导才能

    C、客户的需要不明确,项目团队分散在不同的地方,在项目被交付以前与客户的沟通太少

    D、机构因素的问题,对客户的要求不明确,对项目的需求定义不当,计划和控制不得力

  • You are working as a Database Administrator. You erroneously dropped an important table named WAREHOUSE_DETAILS. The table resides in a non-SYSTEM tablespace.  The following dependent objects have been defined on the dropped table:       Due to limited space, some of the indexes and triggers have been removed from the Recycle Bin. You decide to recover the table by using Flashback Drop. You execute the following statement: SQL>FLASHBACK TABLE warehouse_details TO BEFORE DROP;   What will be the implication of executing this statement?()

    A、  Only the WAREHOUSE_DETAILS table is recovered, and none of the dependent objects are recovered.

    B、  The WAREHOUSE_DETAILS table is recovered along with the NOT NULL constraints, primary key constraint, and the referential integrity constraints.

    C、  The WAREHOUSE_DETAILS table is recovered along with all the dependent objects except the indexes and triggers previously removed from the Recycle Bin.

    D、  The WAREHOUSE_DETAILS table is recovered along with all the dependent objects except the referential integrity constraints and the indexes and triggers previously removed from the Recycle Bin.

  • 一般来说,多项目管理从项目目标上看,项目可能是孤立无关的,但是这些项目都是服务于组织的产品布局和战略规划,项目的协作管理不包括()

    A、共享和协调资源

    B、项目进行集中的配置管理

    C、统一收集和汇总项目信息

    D、与甲方的技术主管部门的沟通

联系客服 会员中心
TOP