This is a discussion on What is the Need of this concept within the Oracle Database forums, part of the Database category; I have just started by hands on triggering concepts in SQL.I wanted to know the need of database Triggers? ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
Trigger is pl/sql block, which will excute automatically whenever an event occurs this is called trigger. Types of triggers: 1.Data base triggers 2.Instead of trigger 3.session trigger Database Trigger(table): This trigger will fire table level only before/after Insert/update/delete for each row/statement Instead of trigger(view): This trigger will fire view level only If any queries please let me know. Thanks, Siva Sankar |
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What is this Concept | ashlee | Linux | 1 | 04-29-2007 12:54 PM |
| About the Concept | priyaraji | PHP | 2 | 04-14-2007 04:23 AM |
| Provide your Knowledge in this Concept | Angela | Java | 0 | 12-15-2006 02:16 PM |
| Is there a Concept similar in Coldfusion | cyrus | Coldfusion | 0 | 12-07-2006 01:43 AM |