Multiple Choice
CREATE OR REPLACE PACKAGE metric_pkg IS cup_to_liter CONSTANT NUMBER := .24;
Pint_to_liter CONSTANT NUMBER := .47;
Qrt_to_liter CONSTANT NUMBER := .95;
END;
Which of the following statements about the code fragment above is correct?
A) The CONSTANT option allows the values of the variables to be modified.
B) There is no need to create a body for this package.
C) Program units are included in the package.
D) The package body must be created.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: When compiling objects that call packaged program
Q2: The term <u>user scope</u> is the range
Q3: Define the term package, and explain why
Q4: The<u> AUTHID CURRENT_USER </u>clause is used to
Q5: The <u>DEL</u> command can be used to
Q7: A(n) _ procedure is a procedure in
Q8: One advantage that packages provide is that
Q9: The _ data dictionary view is also
Q10: The _ packaged function purity level does
Q11: The pragma level defines what type of