In a database management system (DBMS), a
stored procedure is a set of Structured Query Language (SQL) statements with an assigned
name that's stored in the database in compiled form so that it can be shared by a number of
programs. The use of stored procedures can be helpful in controlling access to data (end-users may enter or
change data but do not write procedures), preserving data integrity (information
is entered in a consistent manner), and improving productivity (statements in a stored procedure
only need to be written one time).
This was last updated in September 2005
Email Alerts
Register now to receive SearchOracle.com-related news, tips and more, delivered to your inbox.
By submitting you agree to receive email from TechTarget and its partners. If you reside outside of the United States, you consent to having your personal data transferred to and processed in the United States.
Privacy
More News and Tutorials
-
Learn how to do simple SQL arithmetic operations without using the arithmetic operators.
-
Managing parent table-child table relations in Oracle SQL environments is key to efficient programming.
-
Expert Dan Clamage explains how to use SQL SELECT and SQL UNION ALL statements to sort and visualize a set of sales figures.
-
Articles
-
Resources from around the Web
Join the conversationComment
Share
Comments
Results
Contribute to the conversation