Triggers - Teradata Vantage - Analytics Database

Database Introduction

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2025-11-21
dita:mapPath
gtm1628096154303.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
dsm1472253642401
lifecycle
latest
Product Category
Teradata Vantageā„¢

A trigger defines events that happen when another event, called a triggering event, occurs. A trigger is a stored SQL statement associated with a table called a subject table.

Vantage implementation of triggers complies with ANSI SQL specifications and provides extensions.

Triggers execute when any of the following modifies a specified column or columns in the subject table:
  • DELETE
  • INSERT
  • UPDATE

Typically, the stored SQL statements perform a DELETE, INSERT, UPDATE, or MERGE on a table different from the subject table.