問題1

Examine this code:

You want to display the contents of CREATE_LIST.
Which two lines need to be corrected in the PL/SQL block?

Examine this code:

You want to display the contents of CREATE_LIST.
Which two lines need to be corrected in the PL/SQL block?
正確答案: D,E
問題2
The STUDENTS table with column LAST_NAME of data type VARCHAR2 exists in your database schema.
Examine this PL/SQL block:

Which two actions must you perform for this PL/SQL block to execute successfully?
The STUDENTS table with column LAST_NAME of data type VARCHAR2 exists in your database schema.
Examine this PL/SQL block:

Which two actions must you perform for this PL/SQL block to execute successfully?
正確答案: B,E
問題3
Which statement describes the plshprof command-line utility?
Which statement describes the plshprof command-line utility?
正確答案: A
問題4
In your schema, the DEPARTMENTS table contains the columns DEPARTMENT_ID and DEPARTMENT_NAME.
You want to display the department name for existing department id 10.
With SERVEROUTPUT enabled, which two blocks of code will give the required output?
In your schema, the DEPARTMENTS table contains the columns DEPARTMENT_ID and DEPARTMENT_NAME.
You want to display the department name for existing department id 10.
With SERVEROUTPUT enabled, which two blocks of code will give the required output?
正確答案: B,D
問題5
Examine this code (all compiled into schema HR):

Execute this code:
SET SERVEROUTPUT ON;
EXEC test_pkg.do_stuff
What is the correct output?
Examine this code (all compiled into schema HR):

Execute this code:
SET SERVEROUTPUT ON;
EXEC test_pkg.do_stuff
What is the correct output?
正確答案: D
問題6
Select a valid reason for using VARRAYS.
Select a valid reason for using VARRAYS.
正確答案: A
問題7
Examine this statement:

Which result is expected after executing this anonymous block?
Examine this statement:

Which result is expected after executing this anonymous block?
正確答案: C
說明:(僅 NewDumps 成員可見)
問題8
Which two can be used to find details of parameters for overloaded PL/SQL routines?
Which two can be used to find details of parameters for overloaded PL/SQL routines?
正確答案: A,D
問題9
Which codes executes successfully?
Which codes executes successfully?
正確答案: C
問題10
Which two statements will raise an exception? (Choose two.)
Which two statements will raise an exception? (Choose two.)
正確答案: A,C