Can i use Commit inside the Trigger? Suppose i use commit
what will be happy (it's complied /executed/work)
Answer Posted / suresh babu
You cannot use the commit inside the trigger,because the
Transaction Control Languages(TCL) are not allowed in trigger.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
List and explain the different types of join clauses supported in ansi-standard sql?
Can a procedure in a package be overloaded?
What is record data type?
What are the three forms of normalization?
How can you maintain the integrity of your database on instances where deleting an element in a table result in the deletion of the element(s) within another table?
What are the types of sql commands?
Where do we use pl sql?
What is a heap in sql?
What are the types of variables use in pl sql?
Is merge a dml statement?
How to write a single statement that concatenates the words ?hello? And ?world? And assign it in a variable named greeting?
how to get a list of all tables in a database? : Sql dba
How to pipe multiline string to isql?
which operator is used in query for pattern matching? : Sql dba
Is pl sql different from sql?