The following table lists the SQL statements that you can use with macros.
| Statement | Description |
|---|---|
| CREATE MACRO | Incorporates a frequently used SQL statement or series of statements into a macro. |
| EXECUTE | Runs a macro. A macro can also contain an EXECUTE statement that executes another macro.
|
| DROP MACRO | Deletes a macro. |