A

Arogya • 3.19K Points
Extraordinary

Q. Which statement is used to call a procedure inside another PL/SQL block?

  • (A) RUN
  • (B) EXECUTE IMMEDIATE
  • (C) Procedure_name;
  • (D) SELECT procedure_name

Explanation by: Arogya
Inside PL/SQL block, procedure is called simply by its name followed by semicolon.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.