Stored Procedure

Database Dictionary -> Stored Procedure

Stored Procedure

Stored Procedure is a set of pre-compiled SQL command stored and executed as a single unit. Stored procedures improve database performance and facilitate the separation of the business logic from the database access in n-tier applications.

SQL Tutorial