stored procedure

In database management systems (DBMS), it is a type of operation that is stored with the database server.

Typically, stored procedures are written in SQL. They are especially important for client/server database systems because once a procedure is stored on the server-side, it is available to all clients; when the procedure is modified, all clients automatically get the new version.

See also : data storage  
NetLingo Classification: Technical Terms

Updates