SQL_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™

Specifies whether the external procedure body accesses the database or contains SQL statements.

This clause is mandatory for all external procedures.

SQL DCL and DDL statements for administering row-level security are not allowed in a stored procedure.

Any of the listed option strings is valid for external routines written in the C, C++, or Java languages.

See Teradata Vantage™ - SQL Data Definition Language Detailed Topics , B035-1184 for more information about the SQL data access options.

CONTAINS SQL
The external procedure body contains SQL statements.
MODIFIES SQL DATA
The external procedure body accesses the database.
NO SQL
The default is NO SQL.
READS SQL DATA
The external procedure body accesses the database.