What is the EXECUTE IMMEDIATE statement?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the EXECUTE IMMEDIATE statement?
Rating:
The EXECUTE IMMEDIATE statement prepares (parses) and immediately executes a dynamic SQL statement or an anonymous PL/SQL block.
[INTO {define_variable[, define_variable]... | record}]
[USING [IN | OUT | IN OUT] bind_argument[, [IN | OUT | IN OUT] bind_argument]...]
[{RETURNING | RETURN} INTO bind_argument[, bind_argument]...];
where,
Rating:
Was this information helpful?
Other articles
- What is the syntax for creating an INSTEAD OF trigger?
- What is the DBMS_LOB package?
- What is the UTL_TCP Oracle supplied package?
- What is a one-time-only procedure?
- What is a system event trigger?
