Working with database modules

You can use the workbench to create database modules and work with stored procedures and user-defined functions that are contained in database modules.

A module is a database object that is a collection of other database objects such as functions, procedures, types, and variables. Modules are used primarily to group object definitions together that have a common business purpose or use.

You create a module and add database objects to the module.


Feedback