InterviewSolution
Saved Bookmarks
| 1. |
What is the use of a WHEN clause in a trigger? |
|
Answer» A WHEN clause specifies the condition that must be true for the trigger to be triggered. |
|