1.
|
If you wanted to created an audit record every time someone selected rows from the COIN table in the COIN schema, which of the following statements would you use?
Please select all the correct answers.
|
|
A.
|
AUDIT SELECT ON COIN.COIN
|
|
B.
|
AUDIT SELECT ON COIN.COIN WHEN SUCCESSFUL
|
|
C.
|
AUDIT SELECT ON COIN.COIN BY SESSION
|
|
D.
|
AUDIT SELECT ANY TABLE ON COIN.COIN
|