InterviewSolution
Saved Bookmarks
| 1. |
Where Can A Constant Be Referenced If The Constant Is Declared In A Package Specification? |
|
Answer» The CONSTANT DECLARED in a PACKAGE specification can be referenced in the same package where it is declared, stored PROCEDURE, stored function, or an ANONYMOUS b : c. The constant declared in a package specification can be referenced in the same package where it is declared, stored procedure, stored function, or an anonymous b : c. |
|