Can i use Commit inside the Trigger? Suppose i use commit
what will be happy (it's complied /executed/work)

Answer Posted / swapna

commit,rollback and savepoint cannot be used in a trigger
directly, but it can be called in a stored procedure
present in the trigger. however it is usually avoided as it
might have sideeffects in transactions.

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is bind variable in pl sql?

530


What is example of database?

519


Can I create table without primary key?

531


What is join view in sql?

515


what is 'trigger' in sql? : Sql dba

559






How do you delete data from a table?

546


what is 'mysqladmin' in mysql? : Sql dba

534


Explain the select statement in sql?

616


How many sql core licenses do I need?

509


What is trigger and stored procedure in sql?

558


What are %type and %rowtype for?

619


What is the use of index in sql?

561


What are the types of index in sql?

533


What is multiple columns?

574


What are the disadvantages of not performing database normalization?

595