Deleting, Renaming, and Retrieving Information About a Stored Procedure - Advanced SQL Engine - Teradata Database

SQL Fundamentals

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
zwv1557098532464.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1141
lifecycle
previous
Product Category
Teradata Vantage™
IF you want to … THEN use the following statement …
delete a stored procedure from a database DROP PROCEDURE
rename a stored procedure RENAME PROCEDURE
get information about the parameters specified in a stored procedure and their attributes HELP PROCEDURE
get the data definition statement most recently used to create, replace, or modify a stored procedure SHOW PROCEDURE