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
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
What is use of connection pooling?
What is preparedstatement in jdbc?
What is DML?
If you are truncated using JDBC, how can you that how much data is truncated?
What is meant by jdbc?
What protocol does jdbc use?
Why jdbc is used in java?
What does executeupdate return in jdbc?
In which ways is driver class is registered with drive manager?
What are the three parts of a jdbc url?
Is uri the same as url?
What is the meaning of batch updates?
What is an advantage of using the jdbc connection pool?
Is jdbc a framework?