7.4 Immediately Executing SQL Statements
If an SQL statement is to be executed without being prepared, use the EXECUTE IMMEDIATE statement. The SQL
statements that can be executed using an EXECUTE IMMEDIATE statement are preparable statements other than
the dynamic SELECT statement and the single row SELECT statement. For details on preparable statements, see 7.1
189