Multiple Choice
The statement ____ would successfully remove the package specification and body.
A) DROP PACKAGE BODY package_name;
B) DEL PACKAGE BODY package_name;
C) DROP PACKAGE package_name;
D) DEL PACKAGE package_name;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q24: Using the same name on multiple program
Q25: The _ defines the type of data
Q26: Package elements that can be referenced from
Q27: A(n) _ is a declaration of a
Q28: Functions written in other languages such as
Q30: Functions that have not been declared in
Q31: Items declared in the package body and
Q32: The term _ refers to the range
Q33: CREATE OR REPLACE PACKAGE ordering_pkg IS<br>Pv_total_num NUMBER(3,2);<br>PROCEDURE
Q34: Package code is not cached, nor is