15.10 - ON COMMIT - Teradata Database

Teradata Database SQL Data Definition Language Syntax and Examples

Product
Teradata Database
Release Number
15.10
Published
December 2015
Language
English (United States)
Last Update
2018-06-05
dita:mapPath
SQL_DDL_15_10.ditamap
dita:ditavalPath
ft:empty

Action to perform when a transaction completes.

PRESERVE ROWS
Preserve the contents of a global temporary or volatile table when a transaction completes.
DELETE ROWS
Delete the contents of a global temporary or volatile table when a transaction completes.
DELETE is the default.