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 oracle thin?
What is serialization and deserialization in java programming?
Is jdbc a framework?
Discuss the procedure of retrieving warnings?
Is jdbc object oriented?
What are the new features added to JDBC 4.0?
Explain creation of statement object with connection method create method with help of an example.
What is type 4 jdbc driver?
Differentiate between a statement and a preparedstatement.
What do you mean by odbc?
Why is odbc needed?
Explain about the drive manager class working?
What are the steps involved in establishing a connection using jdbc in java?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
What is connection commit?