I’ve read that creating for insert trigger creates transaction implicitly. So I can rollback transaction from within trigger and “undo” the insert. Is that so? create trigger TRIGGER_NAME …
I’ve read that creating for insert trigger creates transaction implicitly. So I can rollback transaction from within trigger and “undo” the insert. Is that so? create trigger TRIGGER_NAME …