What is the function of a 'TRIGGER' in a database?
Q1. What is the function of a 'TRIGGER' in a database?
Answer: To automatically execute a set of actions in response to certain events
Explanation: A 'TRIGGER' is a set of actions that are automatically executed in response to certain events, such as insert, update, or delete operations.