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


Please Help Members By Posting Answers For Below Questions

How to avoid duplicate records in a query?

749


What are the set operators in sql?

776


Does sql support programming?

769


Is sql a backend?

773


What is rowtype?

768






What is the difference between the implicit and explicit cursors?

744


What is nested table in pl sql?

746


Do prepared statements prevent sql injection?

691


What is the command used to fetch the first 5 characters of a string?

928


How to take user input in pl sql?

894


What are variables in pl sql?

790


What is sqlerrd?

699


What is basic structure of pl sql?

686


Why cannot I use bind variables in ddl/scl statements in dynamic sql?

871


If i can use sys.check_constraints to display my constraints from my database using sql server 2005, how can i display then if i am using sql server 2000????

3699