SQL triggers are powerful tools that automatically execute a block of code in response to specific events on a table—like INSERT, UPDATE, or DELETE. They're commonly used for enforcing business rules, maintaining audit logs, or automating cascading changes