InterviewSolution
Saved Bookmarks
| 1. |
What Is A Database Event Trigger? |
|
Answer» Trigger that is EXECUTED when a database event, such as startup, shutdown, or error, occurs is called a database event trigger. It can be used to REFERENCE the attributes of the event and PERFORM system MAINTENANCE functions IMMEDIATELY after the database startup. Trigger that is executed when a database event, such as startup, shutdown, or error, occurs is called a database event trigger. It can be used to reference the attributes of the event and perform system maintenance functions immediately after the database startup. |
|