Completing the Creation of an SQL Procedure - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Detailed Topics

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
imq1591724555718.ditamap
dita:ditavalPath
imq1591724555718.ditaval
dita:id
B035-1184
lifecycle
previous
Product Category
Teradata Vantage™

On successful completion of the procedure object, a success response is returned to the client application.

The following statements need to be specified to complete the procedure creation, depending on the session mode.

Session Mode Statements Required
ANSI An explicit COMMIT statement.
Teradata An explicit END TRANSACTION statement if the transaction is explicit.

No such statement is required if the transaction is implicit.