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 utilities of the callablestatement?
What is jdbc and jdbc drivers?
How do I receive a ResultSet from a stored procedure?
How can you make the connection using jdbc?
When do we use execute method in java jdbc?
Describe odbc?
What is the latest version of JDBC? What are the new features added in that?
Is it possible to connect to multiple databases simultaneously?
What do you understand by DDL and DML statements?
Why we use jdbc instead of odbc?
If you are truncated using JDBC, how can you that how much data is truncated?
How to test jdbc connection to sql server?
What does setautocommit do?
Explain about the Try Block?
What is the difference between setmaxrows(int) and setfetchsize(int)?