InterviewSolution
Saved Bookmarks
| 1. |
Which Data Manipulation Operations Raise A Trigger? |
|
Answer» Data manipulation OPERATIONS such as INSERT, UPDATE, and DELETE on a table or a view are the MAIN triggering EVENTS that CAUSE a trigger to execute. Data manipulation operations such as INSERT, UPDATE, and DELETE on a table or a view are the main triggering events that cause a trigger to execute. |
|