Diff. types of triggers..

Answers were Sorted based on User's Feedback



Diff. types of triggers....

Answer / 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

Diff. types of triggers....

Answer / rakesh n

1) Action
2) Event
3) Condition

Is This Answer Correct ?    0 Yes 1 No

Diff. types of triggers....

Answer / pratap

There are mainily 3 types of triggers
1> DML Trigger
2> Instead of Trigger written on only view
3> System Trigger

DML Trigger written on table that gets fired on DML events
like
insert or delete or update operation
that trigger may fire
1> After dml event
2> Before dml event these are timings for trigger firing

Instead of trigger written only on view that view is not
modifiable that also gets fired
when dml event occurs

System trigger gets fired on system event like
before log off or after log on or before shutdown
this trigger may be written on
Database level
Schema level

Is This Answer Correct ?    0 Yes 2 No

Diff. types of triggers....

Answer / dev

static trigger
the icon or window background is clicked or double-clicked
without moving the mouse

dynamic trigger
the icon is dragged and dropped onto another icon or window
background

hold trigger
the mouse button is held down on an icon or window background

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More JDBC Interview Questions

What is connection commit?

0 Answers  


What are the differences between setmaxrows(int) and setfetchsize(int)?

0 Answers  


explain about special characters?

0 Answers  


What is a statement in java?

0 Answers  


How do I find jdbc version?

0 Answers  






Jdbc-odbc bridge is multi-threaded or not?

0 Answers  


How vendor Naming registry supports JNDI?

0 Answers  


what are the types of result sets in JDBC 3.0 ?

3 Answers   HCL,


What is the difference between Minus, and Intersect?

1 Answers  


what is callable statement?

6 Answers   Infogain,


i am user who logined the application..after that another valid user will also logind..so that is it neccessary to create jdbc connection for each and every user...plz explain it with proper answer...plz help me

5 Answers   IBM,


How to connect html page to database using jdbc?

0 Answers  


Categories