zoukankan      html  css  js  c++  java
  • 【第32题】2019年OCP-12C-062最新考试原题-32

    32、choose three

    Backup requirements for a database:

    * Level 0 backup on Sunday

    * Cumulative incremental level 1 backup on Monday, Wednesday, and Saturday

    * Differential incremental level 1 backup on Tuesday, Thursday, and Friday

    Which three statements are true about the strategy?

    A) Level 1 backup on Tuesday, Thursday, and Friday contains all the blocks that have been changed since the last level 0 backup.

    B) Level 1 backup on Tuesday, Thursday, and Friday contains all the blocks that have been changed since the last level 1 backup.

    C) Level 0 backup on Sunday contains all the blocks that have been formatted.

    D) Level 0 backup on Sunday contains all the blocks that have been changed since the last level 1 backup.

    E) Level 1 backup on Monday, Wednesday, and Saturday contains all the blocks that have been changed since the last level 0 backup.

    Answer:BCE

    (解析:答案B是差异增量备份,备份的是自从上一次同一级或者更低一级的改变的数据块;0级备份类似于full备份,备份的是所有的有数据的数据块;累积增量备份备份的自从上一次更低一级的以来的改变的块,所以E答案是对的。来自3组:1015267481)

  • 相关阅读:
    mysql DCL(数据控制语句)
    sybase 脚本建表和删除表
    mysql DML(数据操纵语句)
    delphi fastmm4 调试
    delphi class of 类引用
    DELPHI SetLocaleInfo 设置本地时间
    DELPHI 去字符串中所有空格
    SUSE 11 安装MongoDB
    suse下 登录mongodb
    DELPHI 的 {$M +} 和{$M -}
  • 原文地址:https://www.cnblogs.com/cnblogs5359/p/10874393.html
Copyright © 2011-2022 走看看