Transaction and Operation Elements - Analytics Database - Teradata Vantage

XML Data Type

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2023-10-30
dita:mapPath
tkc1628112506748.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
dgs1472251600184
lifecycle
latest
Product Category
Teradata Vantageā„¢

Use the Transaction element to group together operations that are executed as a single transaction during shredding. Only one transaction is allowed. A transaction contains one or more Operation elements, each describing an insert, update, delete or upsert operation against a single table.

Each Operation element has a type attribute that describes the type of the operation. This attribute has one of the following values:
  • "insert"
  • "update"
  • "delete"
  • "upsert"

The Operation element contains a Table element that identifies the target table to be updated by the shredding process.