A

Arogya • 3.49K Points
Extraordinary

Q. A bank wants to log every money transfer into an AUDIT table whenever BALANCE column is updated. Which is best?

  • (A) After Update Row Trigger
  • (B) Before Update Statement Trigger
  • (C) Function
  • (D) View

Explanation by: Arogya

Row-level AFTER UPDATE trigger captures actual changed values and logs them.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.