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
How to run sql statements through the web interface?
What is sqlite format?
Are subqueries faster than joins?
What is an escape character in sql?
What is natural join in sql?
Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?
what are wild cards used in database for pattern matching ? : Sql dba
What is foreign key in sql with example?
Can we join same table in sql?
How do I turn a list into a table?
Write the order of precedence for validation of a column in a table? I. Done using database triggers. Ii. Done using integarity constraints
Explain the savepoint statement.
How many sql core licenses do I need?
What are the uses of sysdate and user keywords?
What is an exception in pl/sql?