InterviewSolution
Saved Bookmarks
| 1. |
Is It Possible To Drop The Package Body Without Dropping The Package Specification? |
|
Answer» YES, it is POSSIBLE to drop the package BODY without dropping the package specification using the DROP PACKAGE BODY COMMAND. Yes, it is possible to drop the package body without dropping the package specification using the DROP PACKAGE BODY command. |
|