Friday, 25 May 2012

Is DROP PACKAGE command used to drop the package specification or the package body? | PL SQL

 The DROP PACKAGE command is used to drop the entire package including the specification and the body.