Multiple Choice
CREATE OR REPLACE PACKAGE ordering_pkg IS
Pv_total_num NUMBER(3,2) ;
PROCEDURE order_total_pp
(p_bsktid IN NUMBER,
P_sub OUT NUMBER) ;
FUNCTION ship_calc_pf
(p_qty IN NUMBER)
RETURN NUMBER;
END;
The code fragment above is an example of a(n) ____.
A) anonymous block
B) package body
C) package specification
D) package scope
Correct Answer:

Verified
Correct Answer:
Verified
Q28: Functions written in other languages such as
Q29: The statement _ would successfully remove the
Q30: Functions that have not been declared in
Q31: Items declared in the package body and
Q32: The term _ refers to the range
Q34: Package code is not cached, nor is
Q35: A one time only procedure is included
Q36: A(n)<u> program declaration</u> is a declaration of
Q37: Forcing the user to use his or
Q38: Package elements are considered _ if they