What is the use of stored procedures in Teradata?

What is the use of stored procedures in Teradata?



- Stored procedures are used in most of the languages and provide the easy to use procedures directly in the program.

- It uses the pre-defined functions to perform on some data and allow the users to use and access it without any restrictions.

- Stored procedure provides pre-defined set of controls and conditions that handles the statements written in the application.

- The controls that are being provided make the Teradata SQL a complete programming language.

- Stored procedure is also known as Persistent Stored Module (PSM) that gets included in the application development tool.
Post your comment