Completing the Creation of an SQL Procedure - Analytics Database - Teradata Vantage

SQL Data Definition Language Detailed Topics

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2024-12-13
dita:mapPath
vuk1628111288877.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
jbg1472252759029
lifecycle
latest
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.