InterviewSolution
Saved Bookmarks
| 1. |
What Is Database Trigger ? |
|
Answer» A Database Trigger is procedure (SET of SQL and PL/SQL STATEMENTS) that is automatically EXECUTED as a result of an insert in, update to, or delete from a table. A Database Trigger is procedure (set of SQL and PL/SQL statements) that is automatically executed as a result of an insert in, update to, or delete from a table. |
|