Structure of Procedures

The body of a procedure consists of a compound statement.

A compound statement consists of a BEGIN and an END, enclosing a set of SQL statements. Semicolons delimit each statement.

Related concepts
SQL Statements Allowed in Procedures
Transactions and Savepoints in Procedures
Using Compound Statements