Oracle PLSQL Tutorial 39- Trigger Part 2 (Statement Level Trigger) in Oracle PLSQL #plsql

preview_player
Показать описание
In this Video, We are explaining about Statement Level Trigger in oracle plsql with their example, advantages and syntax of trigger in oracle plsql.

What is Statement Level Trigger in Orace PLSQL?
Statement-level triggers execute once for each transaction. For example, if a single transaction inserted 100 rows into the Employees table, then a statement-level trigger on that table would only be executed once.
Statement-level triggers are the default type of triggers created and if you want to create row level trigger then you have to explicitly add FOR EACH ROW clause.
" FOR EACH ROW " clause is omitted in Statement Level TRIGGER.
Statement-level triggers will be fired either rows affected or not.

Some other Video related to PL SQL tutorial.
Oracle PLSQL Tutorial 38- Trigger Part 1 in Oracle PLSQL #plsql

Oracle PLSQL Tutorial 37- Package Part -2 with Example in PLSQL

Oracle PLSQL Tutorial 36- Package Part -1 with Example in PLSQL

Oracle PLSQL Tutorial 35- PRAGMA EXCEPTION_INIT with Example in PLSQL

Oracle PLSQL Tutorial 34- RAISE_APPLICATION_ERROR with Example in PLSQL

Oracle PLSQL Tutorial 33- User Defined Exception with Example in PLSQL

Oracle PL/SQL Tutorial 32- Exception Handling with Example in PLSQL

Oracle PL/SQL Tutorial 31- Parameter Modes in Procedure(IN,OUT,INOUT) with Example

Oracle PL/SQL Tutorial 30- Stored Procedure in PLSQL with Example

Oracle PL/SQL Tutorial 29- Function INOUT Parameter in PLSQL with Example

--------------------------------------------------------------------------------------------------------

Our Social Link:-
Link (Blogger) :
Link (Facebook Group )
Link (Facebook Page)
Рекомендации по теме
welcome to shbcf.ru