Load a scenario and run the starter script to begin.
Practice BEFORE, AFTER, and validation triggers on realistic workflows like inventory control, audit logging, salary history, and fraud-style checks. Write triggers, fire events, and inspect what changed.
INSERT, UPDATE, or DELETE statements and inspect the affected tables.
Load a scenario and run the starter script to begin.
Trigger timing, rule checks, and side effects appear here.
Rows and columns update after each run.
BEFORE INSERT ... SELECT RAISE(...)
AFTER UPDATE ... INSERT INTO log
AFTER INSERT ... UPDATE inventory
AFTER UPDATE ... OLD and NEW
AFTER DELETE ... archive rows
SELECT * FROM trigger_log