Teradata TPump Teradata SQL Statements - Parallel Data Pump

Teradata Parallel Data Pump Reference

Product
Parallel Data Pump
Release Number
15.10
Language
English (United States)
Last Update
2018-10-07
dita:id
B035-3021
lifecycle
previous
Product Category
Teradata Tools and Utilities

Teradata TPump Teradata SQL Statements

The following Teradata SQL statements supported by Teradata TPump are included in this chapter 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 chapter.

Table 25 lists the Teradata SQL Statements supported by Teradata TPump.

 

Table 25: 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 usercreated (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.