최신 1Z0-144 무료덤프 - Oracle Database 11g: Program with PL/SQL
Examine the following PL/SQL code:

Which statement is true about the execution of the code if the query in the PL/SQL block returns no rows?

Which statement is true about the execution of the code if the query in the PL/SQL block returns no rows?
정답: A
Which two statements correctly differentiate functions and procedures? (Choose two.)
정답: B,C
User SCOTT has been granted CREATE ANY TRIGGER AND ALTER ANY TABLE by the DBA. HR is an existing schema in the database.
SCOTT creates the following trigger: CREATE OR REPLACE TRIGGER drop_trigger BEFORE DROP ON hr.SCHEMA
BEGIN
RAISE_APPLICATION_ERROR (-20000, 'Cannot drop object');
END:
SCOTT does not grant the execute privilege on this trigger to any other users.
For which user(s) would this trigger fire by default when they drop an object in the hr schema?
SCOTT creates the following trigger: CREATE OR REPLACE TRIGGER drop_trigger BEFORE DROP ON hr.SCHEMA
BEGIN
RAISE_APPLICATION_ERROR (-20000, 'Cannot drop object');
END:
SCOTT does not grant the execute privilege on this trigger to any other users.
For which user(s) would this trigger fire by default when they drop an object in the hr schema?
정답: C
View the Exhibit and examine the package code created by SCOTT. The execute privilege on this package is granted to green.

Examine the following sequence of commands issued by SCOTT:

What is the outcome?

Examine the following sequence of commands issued by SCOTT:

What is the outcome?
정답: B
What is the correct definition of the persistent state of a packaged variable?
정답: B
Which two statements are true about the PL/SQL initialization parameters? (Choose two.)
정답: B,C
Which statements are true about the WHEN OTHERS exception handler? (Choose all that apply)
정답: D
설명: (DumpTOP 회원만 볼 수 있음)
Examine the following package specification:

Which statement is true?

Which statement is true?
정답: B
설명: (DumpTOP 회원만 볼 수 있음)
View Exhibit 1 and examine the structure of the EMP table.

View Exhlbit2 and examine the code of the packages that you have created.

You issue the following command:
SQL> DROP PACKAGE manage_emp;
What is the outcome?

View Exhlbit2 and examine the code of the packages that you have created.

You issue the following command:
SQL> DROP PACKAGE manage_emp;
What is the outcome?
정답: C
View the Exhibit to examine the PL/SQL block.

Which statement is true about the execution of the PL/SQL block?

Which statement is true about the execution of the PL/SQL block?
정답: C