nerdexam
Oracle

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…

Interacting with the Oracle Database

Question

Examine the following block of code:

Which two statements are correct about the code above? (Choose two.)

Exhibit

1Z0-144 question #92 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)
  • A
    85% (57)
  • B
    9% (6)
  • C
    4% (3)
  • D
    1% (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

#dynamic SQL#EXECUTE IMMEDIATE#parse phases#runtime processing

Community Discussion

No community discussion yet for this question.

Full 1Z0-144 Practice