zoukankan      html  css  js  c++  java
  • 053375

    Over the course of a day, a department performed multiple DML statements (inserts, updates, deletes)on multiple rows of data in multiple tables. The manager would like a report showing the time, table name,and DML type for all changes that were made. Which Flashback technology would be the best choice to produce the list?
    A. Flashback Drop
    B. Flashback Query
    C. Flashback Transaction Query
    D. Flashback Versions Query
    E. Flashback Table

      The Flash Transaction Query could provide the data requested in a single query.Option A is an invalid choice because the table wasn't dropped.Option B is incorrect because Flashback Query returns data at only a specific point in time,not for a range of times.Option D is incorrect because,although it could produce the data needed for the report,Flashback Versions Query would hvae to be run for each table individually.Option E is incorrect because the user does not want to recover the table at all.

  • 相关阅读:
    HUST 1017 Exact cover (Dancing links)
    HDU 1160 FatMouse's Speed (DP)
    HDU 1058 Humble Numbers (DP)
    Kubernetes(k8s)
    linux命令
    入侵检测系统
    lynis检测
    CPU死锁
    检测工具lynis
    Linux表面工作
  • 原文地址:https://www.cnblogs.com/Babylon/p/7826405.html
Copyright © 2011-2022 走看看