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

In your production database, data manipulation language (DML) operations are executed on the SALES table.You have noticed some dubious values in the SALES table during the last few days. You are able to track users, actions taken, and the time of the action for this particular period but the changes in data are not tracked.You decide to keep track of both the old data and new data in the table along with the user information.  Whataction would you take to achieve this task()

A、Apply fine-grained auditing.

B、Implement value-based auditing.

C、Impose standard database auditing to audit object privileges.

D、Impose standard database auditing to audit SQL statements.

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

相关问题推荐

  • 一个Applet编译后的类名是Test.class,运行此小程序的命令是JavaTest。()

    A、对

    B、错

  • 一个客户需要控制备份数据库的所需要的时间,哪个不需要了解()

    A、需要备份的数据总量

    B、需要备份的数据类型

    C、客户期望的最大的备份过程所需要的时间

    D、计划备份的天数

  • 通过菜单“帮助>其他资源“不可以获得()。

    A、联机培训资源,联机开发人员中心、开发人员帮助

    B、支持知识库

    C、AUTODESK国际用户组织

    D、创建支持请求

  • 幻灯片的填充背景不可以是()

    A、调色板列表中选择的颜色地

    B、自已通过三原色或亮度、色调等调制颜色

    C、三种以上颜色的过渡效果

    D、磁盘上的图片

  • public class CreditCard {  private String cardlD;  private Integer limit;  public String ownerName;  public void setCardlnformation(String cardlD,  String ownerName, 28. Integer limit) {  this.cardlD = cardlD;  this.ownerName = ownerName;  this.limit = limit;  }  } Which is true?() 

    A、 The class is fully encapsulated.

    B、 The code demonstrates polymorphism.

    C、 The ownerName variable breaks encapsulation.

    D、 The cardlD and limit variables break polymorphism.

    E、 The setCardlnformation method breaks encapsulation.

联系客服 会员中心
TOP