1.

Can A Commit Statement Be Executed As Part Of A Trigger?

Answer»

No, A COMMIT statement cannot be EXECUTED as a part of a TRIGGER because it is a TRANSACTION CONTROL statement, which cannot be executed within a trigger body. Triggers fire within transactions and cannot include any Transaction Control statement within its CODE.

No, A COMMIT statement cannot be executed as a part of a trigger because it is a Transaction Control statement, which cannot be executed within a trigger body. Triggers fire within transactions and cannot include any Transaction Control statement within its code.



Discussion

No Comment Found