Elevating Database Functionality with Triggers
Database triggers are special types of objects. They look like database procedures and functions but they are only executed in response to a certain event. The procedural code in the body is "triggered" by the specified DML or DDL operations on the d...
co.hashnode.dev6 min read