A

Arogya • 3.19K Points
Extraordinary

Q. A developer queries the same table inside a row-level trigger and gets ORA-04091 error. Why?

  • (A) Deadlock
  • (B) Mutating table error
  • (C) Syntax error
  • (D) Constraint violation

Explanation by: Arogya
Row-level triggers cannot query the table currently being modified.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.