swapna p
swapna p

Reputation: 83

Trigger in Exasol DB

How to simulate the functionality of triggers in exasolDB? Like:

CREATE TRIGGER [schema_name.]trigger_name
ON table_name
AFTER  {[INSERT],[UPDATE],[DELETE]}
[NOT FOR REPLICATION]
AS
{sql_statements}

Upvotes: 1

Views: 428

Answers (0)

Related Questions