What are nested triggers ?
Answer Posted / sunil kumar
Nested triggers are fired due to actions of other triggers.
For example, you delete a row from TableA. A trigger on
TableA deletes row from TableB. Because you are deleting
rows from TableB,a trigger is executed on TableB to record
the deleted row is called nested trigger.........
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How do I debug a stored procedure?
What is the process of debugging?
What are sql triggers used for?
What are the two types of exceptions in pl/sql?
What are types of joins?
Are ddl triggers fired for ddl statements within a pl/sql code executed using the dbms.sql package?
Why functions are used in sql?
How to fetch alternate records from a table?
Is sqlexception checked or unchecked?
in oracle 10g sw after compiling procedure how to pass parameter values ,if we (v_empid out number)how to give empid after successful compilation program.This site exact suitable for 10g with respect to question & answer same format , im trying sql browser & sql command prompt using exec procedure name & respective parameters.
what is timestamp in mysql? : Sql dba
What are the sql commands?
What is information schema in sql?
What is the difference between a procedure and a function?
How to take user input in pl sql?