Definitions for "Stored procedure"
A procedure that is part of a relational database. The Data Access Builder can generate Java code that accesses stored procedures.
A stored procedure is a piece of code that operates on a database when it is triggered by a certain event. Typical trigger events would be the insertion, update or deletion of a record. The procedure itself, for instance, may then update other tab... read more ... Usefulness: N/A(0 ratings) by BuckyF () Rate It! this definition is ... useful somewhat useful incorrect spam / offensive
A program that creates a named collection of SQL or other procedural statements and logic that is compiled, verified and stored in a server database.
Keywords:  tsql, written, code, piece, operations
a piece of code written in TSQL that performs one or more operations
Keywords:  dbms, resides, query, oracle, program
a program that resides physically in Oracle
a program that runs directly on the
a query that resides in the DBMS and can be called from your web page