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.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-24
dita:mapPath
jpx1556733107962.ditamap
dita:ditavalPath
lze1555437562152.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.