Concept Flow - BEFORE trigger execution
Start: Insert/Update/Delete operation
BEFORE Trigger fires
Trigger code runs: can modify NEW row
Original operation continues with possibly modified data
Operation completes, AFTER triggers may run
When a data change is requested, the BEFORE trigger runs first, allowing changes before the actual data operation happens.