Oracle Database Triggers: You Say Stop, I Say Go
Triggers, more specifically DML triggers, are blocks of code that run automatically when the associated event occurs on an Oracle database table. Some developers use them a lot. Many others say “Never use triggers!” What’s a DB dev to do? In our September PL/SQL Office Hours, Chris and Steven explore …