Triggers in DB2 are activated by ________ events.
- Data manipulation
- Database connection events
- Software installation events
- User authentication events
Triggers in DB2 are primarily activated by data manipulation events, such as INSERT, UPDATE, and DELETE operations on specified tables. These triggers execute automatically when the defined event occurs in the database.
Loading...
Related Quiz
- The AVG() function in DB2 calculates the ________ of the values in a numeric column.
- In addition to IBM Data Studio, which other IDEs are commonly used for DB2 development and administration?
- In DB2, a shared lock allows ________ transactions to read data but prevents them from modifying it.
- What actions can the Health Monitor take in response to identified issues?
- How does the AVG() function handle NULL values in DB2?