State the use of database trigger and also list types of trigger.
Answer : Of course. Here is a clear explanation of the use of database triggers and a list of their different types. --- ### The Use of a Database Trigger A **database trigger** is a ... instead of* the original DML statement, allowing you to define custom logic for updating complex, non-updatable views....
Show More