Glossary

Stored Procedure

A named program registered in the DB2 catalog that can be invoked via the SQL CALL statement. Encapsulates business logic, SQL operations, and control flow at the database layer.

Learn More

Related Terms