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.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-28
dita:mapPath
uhe1592872955107.ditamap
dita:ditavalPath
uhe1592872955107.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