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