I'm attempting to create an after trigger that will update a second table with the information I entered in the first table. Any expertise shared would be appreciated.
CREATE TRIGGER trigger_fun1
ON tablename
FOR AFTER
UPDATE
WITH APPEND
AS
"COULD YOU HELP"