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. A WHEN clause specifies the condition that must be true for the trigger to be triggered. |
|