6. Dynamic OpenSQL : Dynamic OpenSQL Statements
 
Share this page                  
Dynamic OpenSQL Statements
This section describes the (non‑cursor) dynamic OpenSQL statements. Dynamic OpenSQL has four statements that are exclusively used in a dynamic program:
EXECUTE IMMEDIATE
PREPARE
EXECUTE
DESCRIBE
In addition, all statements that support cursors (DECLARE, OPEN, FETCH, UPDATE, DELETE) have dynamic versions to support dynamically executed SELECT statements.