Junior
What are triggers in a relational database?
sobes.tech AI
Answer from AI
Triggers are special stored procedures that automatically execute in response to certain events in a database table: INSERT, UPDATE, DELETE. They are used to maintain data integrity, auditing, cascading operations, and implementing business logic at the database level.