What is the purpose of a database trigger?
Q1. What is the purpose of a database trigger?
Answer: To automate actions based on database events
Explanation: A database trigger automates actions based on database events, such as insert, update, or delete operations.