What are nested triggers ?
Answer Posted / subhendu
Triggers are nested when a trigger performs an action that
initiates another trigger, which can initiate another
trigger, and so on. Triggers can be nested up to 32 levels,
and you can control whether triggers can be nested through
the nested triggers server configuration option.
| Is This Answer Correct ? | 52 Yes | 2 No |
Post New Answer View All Answers
What is sql key?
What is the order of sql select?
What is sql prepared statement?
Is primary key an index?
What are the syntax and use of the coalesce function?
How can we avoid duplicating records in a query?
Why is nosql good?
How many clustered indexes can be created on a table?
Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com
How to check if a column is nullable before setting to nullable?
what is sp_pkeys? : Transact sql
How many sql are there?
What is sql architecture?
Where are my tempfiles, I don't see them in v$datafile or dba_data_file?
What is crud stand for?