Top "Database-trigger" questions

Triggers are rules that perform actions or invoke functions in response to events such as matching conditions or database changes.

MySQL - Trigger for updating same table after insert

Here's what I'm trying to do: When there's a new INSERT into the table ACCOUNTS, I need to update the …

mysql database-trigger
Create or replace trigger postgres

I want to "create or replace" a trigger for a postgres table. However, there is not such sql expression. I …

sql postgresql ddl database-trigger
How to get number of rows affected by a statement when inside that statement's trigger

I have a statement level trigger that fires whenever INSERT UPDATE or DELETE operations are performed on a table (called …

oracle plsql database-trigger rowcount