Target Table Options - Teradata Database

SQL Data Manipulation Language

Product
Teradata Database
Release Number
15.10
Language
English (United States)
Last Update
2018-10-06
dita:id
B035-1146
lifecycle
previous
Product Category
Teradata® Database

Target Table Options

 

Syntax element …

Specifies …

target_table

the base data table, global temporary table, volatile table, or queue table to:

  • update rows in or delete rows from.
  • insert rows into.
  • The target table must have a primary index and can be row partitioned but cannot be column partitioned.

    correlation_name

    an optional alias for target_table.