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

You are working on the APPDB database as a DB A. The database has a default Flashback Data Archive DFLA1 created on it. You issued the following command to drop the Flashback Archive FLA1:   DROP FLASHBACK ARCHIVE fla1;   What is the effect of this command?()

A、 The Flashback Archive FLA1 is dropped only if it is empty.

B、 The tablespace having Flashback Archive is dropped.

C、 The Flashback Archive FLA1 is dropped after moving the existing data in it to the default Flashback Archive.

D、 The Flashback Data Archive and historical data are dropped.

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

相关问题推荐

  • (  )的实质是一种条件的控制,病毒程序可以依据设计者的要求,在一定条件下实施攻击。

    A、潜伏

    B、隐蔽

    C、触发

    D、传染

  • 有以下程序:#include main(){ FILE *f; f=fopen("filea.txt","w"); fprintf(f,"abc"); fclose(f);}若文本文件filea.txt中原有内容为:hello,则运行以上程序后,文件filea.txt中的内容为(  )。

    A、Helloabc

    B、abclo

    C、abc

    D、abchello

  • 列上创组合索引(也称为())是在表的多个建的索引。

    A、压缩索引

    B、连接索引

    C、一致索引

    D、位图索引

  • 撤销用户指定权限的命令是()。

    A、REVOKE

    B、REMOVE RIGHT

    C、DROP RIGHT

    D、DELETE RIGHT

  • public class Alpha{  private static Character() ids;  public static void main( String[] args){  ids = new Character[args.length];  for (int i=0; iids[i] = new Character( args[i] );  System.out.print( ids[i] );  }  }  }   What is correct?()  

    A、 Compilation fails.

    B、 The code runs with no output.

    C、 An exception is thrown at runtime.

    D、 The code runs, outputing a concatenated list of the arguments passed to the program.

联系客服 会员中心
TOP