Teradata TPump Teradata SQL Statements - Parallel Data Pump

Teradata® Parallel Data Pump Reference

Product
Parallel Data Pump
Release Number
16.20
Published
September 2019
Language
English (United States)
Last Update
2019-10-11
dita:mapPath
dmq1512702641516.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
dita:id
B035-3021
lifecycle
previous
Product Category
Teradata Tools and Utilities

The following Teradata SQL statements supported by Teradata TPump are included in this section because they require special considerations for use with Teradata TPump. They are used for loading purposes and for creating Teradata TPump macros. The syntax and use of these Teradata SQL statements is described in detail in this section.

The following table lists the Teradata SQL Statements supported by Teradata TPump.

Teradata TPump Teradata SQL Statements 
Statement Definition
DATABASE Changes the default database qualification for all DML statements.
DELETE Removes specified rows from a table.
EXECUTE Specifies a user-created (predefined) macro for execution. The macro named in this statement resides in Teradata Database and specifies the type of DML statement (INSERT, UPDATE, or DELETE) being handled by the macro.
INSERT Adds new rows to a table by directly specifying the row data to be inserted.
UPDATE Statement and Atomic Upsert Changes field values in existing rows of a table.