1Z0-144 · Question #92
Examine the following block of code: Which two statements are correct about the code above? (Choose two.)
The correct answer is A. The function goes through only the parse and executes phases. E. Only the EXECUTE IMMEDIATE statement inside the function is parsed at run time. DDL Statement Processing The execution of DDL statements differs from the execution of DML statements and queries, because the success of a DDL statement requires write access to the data dictionary. For these statements, parsing (Stage 2) actually includes parsing, data…
Question
Examine the following block of code:
Which two statements are correct about the code above? (Choose two.)
Exhibit
Options
- AThe function goes through only the parse and executes phases.
- BThe function goes through the parse, bind, and execute phases.
- CThe function goes through the parse, bind, execute, and fetch phases.
- DAll the processing phases for the function are performed only at run time.
- EOnly the EXECUTE IMMEDIATE statement inside the function is parsed at run time.
How the community answered
(67 responses)- A85% (57)
- B9% (6)
- C4% (3)
- D1% (1)
Explanation
DDL Statement Processing The execution of DDL statements differs from the execution of DML statements and queries, because the success of a DDL statement requires write access to the data dictionary. For these statements, parsing (Stage 2) actually includes parsing, data dictionary lookup, and
Topics
Community Discussion
No community discussion yet for this question.
