external_data_access - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Syntax and Examples

Product
Advanced SQL Engine
Teradata Database
Release Number
17.00
Published
September 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
wgr1555383704548.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1144
lifecycle
previous
Product Category
Teradata Vantage™

An optional clause that determines whether the function or external stored procedure can read or modify data that is external to Vantage.

MODIFIES EXTERNAL DATA
The function modifies data that is external to Vantage.
In the event of a database error, the system does not redrive requests involving a function or external stored procedure defined with this option. For details about Redrive functionality, see Teradata Vantage™ - Database Administration, B035-1093.
NO EXTERNAL DATA
The function does not access data that is external to Vantage. This is the default.
READS EXTERNAL DATA
The function reads, but does not modify data that is external to Vantage.