CREATE TRIGGER creates a trigger on a subject table that is a temporal table.
REPLACE TRIGGER redefines an existing trigger or, if the specified trigger does not exist, creates a new trigger with the specified name.
CREATE TRIGGER creates a trigger on a subject table that is a temporal table.
REPLACE TRIGGER redefines an existing trigger or, if the specified trigger does not exist, creates a new trigger with the specified name.