Answer Posted / 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 |
Post New Answer View All Answers
What is jdbc template?
What are devices?
What is the role of class.forname while loading drivers?
How data can be inserted into long row column of database?
What is jdbc odbc?
What is jdbc databasemetadata interface?
How to know howmuch data is truncated?
What is the fastest type of JDBC driver?
What is ODBC and JDBC? How do you connect the Database?
Is jdbc part of j2ee?
When do we get java.sql.SQLException: No suitable driver found?
Why is jdbc needed?
What are the three parts of a jdbc url?
How can I create a custom RowSetMetaData object from scratch?
What is the JDBC?