InterviewSolution
Saved Bookmarks
| 1. |
Give The Sql Statement To Drop The Package Specification For Pack_a Without Dropping The Package Body ? |
|
Answer» It Is not possible to DROP a package specification and leave the package BODY. If the package is DROPPED, the whole package is removed from a DATABASE. It Is not possible to drop a package specification and leave the package body. If the package is dropped, the whole package is removed from a database. |
|