and Correct Answers | Graded A+ | Verified
Answers | Brand New Version
Which of the following types of collections work with the Oracle Collection API's
LIMIT method (choose all that apply)? ---------CORRECT ANSWER-----------------
Varray collections that use scalar data types as their base data types
Which of the following Oracle Collection API methods are functions (choose all
that apply)? ---------CORRECT ANSWER-----------------COUNT
LAST
The Oracle Collection API's COUNT method is implemented as a function. ---------
CORRECT ANSWER-----------------True
Which of the following are differences between schema object types and record
types (choose all that apply)? ---------CORRECT ANSWER-----------------Scope access
points
Initialization requirements
Base types
Index values
,A list is a collection of any number of elements that share the same data type. -----
----CORRECT ANSWER-----------------True
Which of the following describe the overloaded versions of the Oracle Collection
API EXTEND method (choose all that apply)? ---------CORRECT ANSWER---------------
--Extend one element at a time
Extend n elements at a time
Extend n elements with a copy of another elements value
Extend n elements with a null value
The Oracle Collection API's DELETE method is implemented as a function. ---------
CORRECT ANSWER-----------------False
Collections that hold other collections are multilevel collections. ---------CORRECT
ANSWER-----------------True
The Oracle Collection API's EXTEND method is implemented as a procedure. -------
--CORRECT ANSWER-----------------True
What term describes a collections that holds one or more other collections? -------
--CORRECT ANSWER-----------------multilevel
,Errors raised in the execution block are thrown to the local exception block where
they are caught and managed. ---------CORRECT ANSWER-----------------True
There's no compile-time exception when you to assign a four-character string
literal to a two-character variable. ---------CORRECT ANSWER-----------------True
You use the SQLERRM function to return error codes over the SQLCODE function.
---------CORRECT ANSWER-----------------False
Which of the following are considered composite variables (choose all that
apply)? ---------CORRECT ANSWER-----------------Any array data type
Any structure data type
Any object data type
Any object data type
The declaration block starts with the DECLARE keyword and ends with the BEGIN
keyword for anonymous blocks. ---------CORRECT ANSWER-----------------True
, Which of the following are the default date masks (choose all that apply)? ---------
CORRECT ANSWER-----------------DD-MON-RR
DD-MON-YYYY
Which of the following are considered scalar variables (choose all that apply)? -----
----CORRECT ANSWER-----------------The NUMBER data type
The TIMESTAMP data type
The VACHAR2 data type
Procedures mimic methods that don't return a value. ---------CORRECT ANSWER----
-------------True
A declaration block does which of the following (choose all that apply)? ---------
CORRECT ANSWER-----------------Declare variables
Declare functions
Declare object types
Declare record types
Declare constants
PL/SQL supports two types of programs: anonymous (or unnamed) block
programs and named block programs. ---------CORRECT ANSWER-----------------True