Is it possible to use Transaction control Statements such a
ROLLBACK or COMMIT in Database Trigger ? Why ?
Answer Posted / tulsi
It is not possible. As triggers are defined for each table,
if you use COMMIT of ROLLBACK in a trigger, it affects
logical transaction processing.
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
What is pl sql commands?
What are the operators used in select statements?
What is sql trigger example?
What is primary key and unique key?
What is a temporal table?
What does trigger mean in slang?
What is difference between inner join and cross join?
What is a parameter query?
which types of join is used in sql widely? : Sql dba
how do you login to mysql using unix shell? : Sql dba
What is procedure function?
How do you explain an index?
What is the use of sql trace?
what is msql? : Sql dba
Is postgresql a nosql database?