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 are the differences between procedure-oriented languages and object-oriented languages? : Sql dba
Explain the difference between sql and mysql.
How many sql statements are used?
How is sql used in oracle?
What are the different types of dbms?
How to combine two stored procedures in sql?
How many types of indexes are there in sql?
what is the difference between undefined value and null value? : Sql dba
How many tables can you join in sql?
What does (*) mean in sql?
Which sorts rows in sql?
What does t sql mean?
Can we join 3 tables in sql?
how to use in conditions? : Sql dba
What are different types of sql commands?