68.You suspect unauthorized data manipulation language (DML) operations on a particular table.You want to track users who are performing the transactions and the values used in the transactions.Also,you plan to transfer these values to another table

来源:学生作业帮助网 编辑:作业帮 时间:2024/04/29 02:21:55
68.You suspect unauthorized data manipulation language (DML) operations on a particular table.You want to track users who are performing the transactions and the values used in the transactions.Also,you plan to transfer these values to another table

68.You suspect unauthorized data manipulation language (DML) operations on a particular table.You want to track users who are performing the transactions and the values used in the transactions.Also,you plan to transfer these values to another table
68.You suspect unauthorized data manipulation language (DML) operations on a partic
ular table.You want to track users who are performing the transactions and the valu
es used in the transactions.Also,you plan to transfer these values to another tabl
e for analysis.
How would you achieve this?
A) by using triggers
B) by using external tables
C) by using anonymous PL/SQL blocks
D) by auditing all DML operations on the table

68.You suspect unauthorized data manipulation language (DML) operations on a particular table.You want to track users who are performing the transactions and the values used in the transactions.Also,you plan to transfer these values to another table
Answer:A
因为要在另一张表中追踪,所以D选项审计DML错误