Answer Posted / k. a. purushotham
Basically there are three types of triggers,
Row and statement triggers
Before and after triggers
Insteadof triggers
Possible combination of these triggers
Before row trigger
After row trigger
Before statement trigger
After statement trigger
Instead of trigger is mainly for a view.
if we want to write a trigger in such a way that the
trigger action is to be on underlying base tables of a view,
when an DML statement (insert,update,delete)is issued
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why do we need jdbc driver?
How does jdbc work?
When does the result for an sql statement return null?
What does executeupdate return in java?
Which is better jpa or jdbc?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
What is the use of statement in jdbc?
What is the use of JDBC DriverManager class?
What is JDBC Connection isolation levels?
What is drivermanager in jdbc?
Is jdbc an api?
Why do we use jdbc?
What is the latest version of JDBC? What are the new features added in that?
How many types of jdbc drivers are there?
What is @entity in java?