So far, my own research shows two options:
- CREATE PROCEDURE statement: Close, but limited to a single SQL statement in execution.
- Create a Data Macro: Which is more similar to "Triggers" in MS SQL Server.
Is there another way other than the ones listed above?