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
What are the main steps in java to make JDBC connectivity?
Is uri the same as url?
How to set NULL values in JDBC PreparedStatement?
What does executequery return in java?
What are the different types of interfaces in the api component?
How can we maintain the integrity of a database by using jdbc?
How do I insert an image file (or other raw data) into a database?
What are the components of jdbc?
How many types of statements are there in jdbc?
What is jdbc template?
What is JDBC Statement?
Differentiate between a statement and a preparedstatement.
How to insert an image or raw data into database?
Explain how data flows from view to db and reverse
What are the basic exceptions in jdbc?