For this short tutorial, we will illustrate how to create a trigger for a simplified database. Belonging to a dummy business named The Hoot Cookies. The database is used to track sales orders from ...
*On another note, if we Atlas would've LOCK TABLE/DROP TRIGGER X/CREATE TRIGGER X/UNLOCK TABLE, we could've edit the same trigger body with same trigger name and would be able to see the body changes ...