A

Akshay Kulkarni • 3.46K Points
Extraordinary

Q. In which binding operation a database value is assigned to a PL/SQL variable or a host variable by the RETURNING clause of an INSERT, UPDATE, or DELETE statement.

  • (A) out-bind
  • (B) in-bind
  • (C) define
  • (D) None of the above

Explanation by: Akshay Kulkarni
The INSERT,UPDATE,DELETE statements have the out bind variables. They are bulk binded with the RETURNING BULK COLLECT INTO clause of EXECUTE IMMEDIATE.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.