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 overloading?
- What is DBMS_SQL Oracle supplied package?
- What is the %TYPE attribute?
- What is the UTL_HTTP Oracle supplied package?
- What are the development steps for creating a procedure?