InterviewSolution
Saved Bookmarks
| 1. |
How will you know if a trigger is fired or not at the time of database testing? |
|
Answer» To know if a TRIGGER is fired, we will have to enable the AUDIT LOGS of the table. You can refer to the STEPS to access logs here. |
|