which will default fire first
statement level trigger or row level trigger
Answers were Sorted based on User's Feedback
Answer / ram
Before Insert/update/delete triggers executes first..
In this statement level triggers execute first..the order flows as below
Statement level -- before trigger
row level -- before trigger
row level -- after Insert/update/delete triggers
statement level -- after Insert/update/delete triggers
Is This Answer Correct ? | 0 Yes | 0 No |
What is loop in pl sql?
What is sqlcommand?
How do u count no of rows in a table?
What is nested table in pl sql?
What is a pl/sql block?
How many types of primary keys are there?
Q1.all the depts which has more then 10 empls? Q2.all the dept which does not have any emply? Q3 all the emp which does not have any dept? Q4 get all the emply detais with the dept details it dept is exit otherwise any emp details? Q5 how to debugg the dynamic sql and packages?
What is the difference between database trigger and stored procedure?
Do view contain data?
What are the different dcl commands in sql?
Which is faster view or stored procedure?
how to do backup entire database? : Transact sql