Correct Answer
verified
Essay
Correct Answer
verified
View Answer
Multiple Choice
A) The package body must be created using the same name as the existing specification.
B) All code in the procedure and function header sections in the package body must match exactly to the declarations in the corresponding specification.
C) The package body cannot include declarations of variables, cursors, types, and program units not found in the corresponding specification.
D) Items declared in the body and not in the specification can be used only by other procedures and functions within this same package body.
Correct Answer
verified
Short Answer
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
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
Multiple Choice
A) RNDS
B) WNDS
C) WNPS
D) RNPS
Correct Answer
verified
Multiple Choice
A) need not be declared
B) must be declared after the cursor
C) must be declared as private
D) must be declared before the cursor
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) CREATE testcur as REF CURSOR;
B) TYPE testcur IS ref cursor;
C) TYPE testcur ref_cursor;
D) testcur REF_CURSOR;
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) Restriction violations are not discovered until runtime.
B) Only the program body is used for verification.
C) Because only the package body information is used, the PL/SQL compiler cannot determine if the restrictions on functions within SQL statements are being respected.
D) Restriction violations are discovered at compile time.
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Essay
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Short Answer
Correct Answer
verified
True/False
Correct Answer
verified
Short Answer
Correct Answer
verified
Showing 1 - 20 of 68
Related Exams