Transaction and Operation Elements - Advanced SQL Engine - Teradata Database

XML Data Type

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-22
dita:mapPath
amr1556233250442.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1140
lifecycle
previous
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.