I have two tables, Active_Users and Inactive Users.
Each table has a user id, name, and status.
I would like a trigger invoked on insert and updates to the Active Users table.
The trigger moves records from Active Users to Inactive Users where the status = "inactive" in the Active Users table.
Any help appreciated.