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 spool?
What are predefined functions in sql?
Why do we need view in sql?
what are the type of locks ? : Sql dba
What is trigger price?
Is sql between inclusive?
Can we have two clustered index on a table?
How can one get sql*loader to commit only at the end of the load file? : aql loader
What is a system versioned table?
What are the different types of functions in sql?
What does fetching a cursor do?
How does a self join work?
what are null values? : Sql dba
How does a covering index work?
How would you pass hints to the sql processor?