Multiple choice

What is the necessary condition to execute a Standalone Procedure?

  1. By using the EXECUTE keyword, one can execute these procedures.

  2. By calling the method of the procedure from a PL/SQL block.

  3. By providing external command.

  4. By triggering the procedure.

  5. By synchronising the procedure.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This is a correct statement. EXECUTE is a basic command for that.