InterviewSolution
Saved Bookmarks
| 1. |
What is a trigger in the DB2 database? |
|
Answer» A trigger is a set of particular actions that are primarily PERFORMED to respond to the OPERATIONS (INSERT, UPDATE or DELETE) on a specific table in the database. Triggers can be ACCESSED and shared among the multiple applications. This particular db2 INTERVIEW QUESTIONS defines explicitly the about triggers. |
|