Diff. types of triggers..

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


Please Help Members By Posting Answers For Below Questions

What are the exceptions in jdbc?

502


any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.

1848


Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?

665


How can I determine the isolation levels supported by my DBMS?

521


How can you know about drivers and database information ?

552






What is in terms of jdbc a datasource?

522


What are the different types of lockings in jdbc?

507


What is JDBC Statement?

567


What do you understand by DDL and DML statements?

508


How can I get information about foreign keys used in a table?

530


Is jdbc a web technology?

496


What happens if we don't close the connection in jdbc?

487


How can you load the drivers?

554


What is the meaning of “dirty read” in the database?

567


What are the classes and methods used for sending sql statements to database?

542