Wednesday, October 06, 2010

PostgreSQL Trigger Tutorial with EMP Table Examples

PostgreSQL Trigger Tutorial with EMP Table Examples: "A trigger can be used to execute a function when an event (insert, or delete, or update) occurs in a table. Let us review how to create a trigger with an example."