1.

What Is The Scope Of The Procedure Defined Within A Pl/sql Block?

Answer»

The SCOPE of any procedure that is defined within the PL/SQL BLOCK will be limited as it can be CALLED only within the PL/SQL block and not by any other procedure or calling ENVIRONMENT.

The scope of any procedure that is defined within the PL/SQL block will be limited as it can be called only within the PL/SQL block and not by any other procedure or calling environment.



Discussion

No Comment Found