IF i write before / after insert / update trigger and i do
rollback what will happen?
Answer Posted / debasis mohanty
A trigger May Not issue A TCL statement like COMMIT,ROLLBACK,SAVEPOINT.
So U Cant Write A TCL Command Inside A trigger.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What is the difference between partitioning and sharding?
What is the difference between truncate and drop statements?
What is the difference between a primary key and a clustered index?
Does sql backup shrink transaction log?
How do I save a sql query?
Does view store data in sql?
what is column? : Sql dba
how to shutdown mysql server? : Sql dba
How do you respond to dementia behavior?
Does sql profiler affect performance?
Does sql require a server?
Is record in oracle pl sql?
Which join condition can be specified using on clause?
Explain scalar functions in sql?
Can we join two tables without common column?