최신Oracle Database 11g: Program with PL/SQL - 1Z0-144무료샘플문제
문제1
Examine the following code:

Which statement is true about the execution of the above code?
Examine the following code:

Which statement is true about the execution of the above code?
정답: D
문제2
View the Exhibit and examine the structure of the employees table.

Examine the following block of code:

What is the outcome when the above code is executed?
View the Exhibit and examine the structure of the employees table.

Examine the following block of code:

What is the outcome when the above code is executed?
정답: C
문제3
You create the following table and execute the following code:

Which statement is true about the outcome of the above code?
You create the following table and execute the following code:

Which statement is true about the outcome of the above code?
정답: B
문제4
Examine the following snippet of code from the DECLARE section of PL/SQL
DECLARE
Cust_name VERCHAR2 (20) NOT NULL : = 'Tom Jones':
Same_name cust_name%TYPE:
Which statement is correct about the above snippets of code?
Examine the following snippet of code from the DECLARE section of PL/SQL
DECLARE
Cust_name VERCHAR2 (20) NOT NULL : = 'Tom Jones':
Same_name cust_name%TYPE:
Which statement is correct about the above snippets of code?
정답: C
문제5
Which two statements correctly differentiate functions and procedures? (Choose two.)
Which two statements correctly differentiate functions and procedures? (Choose two.)
정답: A,B
문제6
View the Exhibit and examine the structure of the SALGRADE table. Examine the following code:


What is the outcome?
View the Exhibit and examine the structure of the SALGRADE table. Examine the following code:


What is the outcome?
정답: D
문제7
View the Exhibit to examine the PL/SQL code.

Which statement is true about the execution of the code?
View the Exhibit to examine the PL/SQL code.

Which statement is true about the execution of the code?
정답: B
문제8
Examine the following partial declare section from a block of PL/SQL code

Which line(s) in the above code are NOT valid? (Choose all that apply.)
Examine the following partial declare section from a block of PL/SQL code

Which line(s) in the above code are NOT valid? (Choose all that apply.)
정답: B,C
문제9
Which two statements are true about the usage of the cursor for loops? (Choose two.)
Which two statements are true about the usage of the cursor for loops? (Choose two.)
정답: B,C
문제10
View Exhibit1 and examine the structure of the employees table.

View Exhibit2 and examine the code.

What is the outcome when the code is executed?
View Exhibit1 and examine the structure of the employees table.

View Exhibit2 and examine the code.

What is the outcome when the code is executed?
정답: D