#Stored Procedures

Procedural code stored in the database.

2 notes tagged

SQL

User Defined Functions

Functions return a value and can be used inside a query. Learn CREATE FUNCTION, determinism, the difference from procedures, and the performance trap.

Read more