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 advantages of database connection pooling?
What are jdbc?
Which jdbc drivers will run your program?
How many types of jdbc drivers are available?
What is jdbc odbc in java?
What are the different types of classes in the api component?
How many jdbc driver types are there?
What is statement and resultset in jdbc?
What is com mysql jdbc driver?
How do I insert an image file (or other raw data) into a database?
What does the jdbc driver interface do?
How can we set null value in jdbc preparedstatement?
How can I connect mysql or oracle with java?
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)
What is the latest version of JDBC? What are the new features added in that?