Identify situations in which the DBMS_SQL package is the only applicable method of processing dynamic SQL. (Choose two.)
A. When a query returns multiple rowsWhich statement is true about triggers on data definition language (DDL) statements?
A. They can be used to track changes only to a table or index.View the Exhibit and examine the structure of the EMPLOYEES table.

Execute the following block of code:
SQL > SET SERVEROUTPUT ON

What is the outcome?
A. It gives an error because the variable name and column name are the same in the WHERE clause of the SELECT statement.View the Exhibit to examine the PL/SQL code:

DECLARE x NUMBER := 5; y NUMBER := NULL; BEGIN IF x != y THEN -- yields NULL, not TRUE DBMS_OUTPUT.PUT_LINE(`x != y'); -- not run ELSIF x = y THEN -- also yields NULL DBMS_OUTPUT.PUT_LINE(`x = y'); ELSE DBMS_OUTPUT.PUT_LINE (`Can't tell if x and y are equal or not.'); END IF; END; /
SERVEROUTPUT is on for the session. Which statement is true about the output of the PL/SQL block?
A. The output is x = y.View the Exhibit and examine the blocks of code that you plan to execute.

Which statement is true about the blocks of code?
A. All the blocks execute successfully and the anonymous block displaysExamine the following package specification:

Which statement is true?
A. g_comm has a value of 15 at 9:06 AM only for Jones.Examine the following PL/SQL code:

The server output is on for the session. Which statement is true about the execution of the code?
A. The code executes successfully and gives the desired output.View the Exhibit and examine the structure of the customer table.

Examine the following trigger code:

What is the outcome when the above trigger is compiled?
A. It compiles successfully./temp/my_files is an existing folder in the server, facultylist.txt is an existing text file in this folder.
Examine the following commands that are executed by the DBA:
SQL>CREATE DIRECTION my_dir AS `/temp/my_files':
SQL>GRANT READ ON DIRECTORY my_dir To public:
View the Exhibit and examine the procedure created by user SCOTT to read the list of faculty names from the text file.

SCOTT executes the procedure as follows:
SQL>SET SERVEROUTPUT ON
SQL>EXEC read_file (`MY_DIR', FACULTYLIST.TXT')
What is the outcome?
A. It goes into an infinite loop.Which two statements are true about the continue statement? (Choose two.)
A. The PL/SQL block execution terminates immediately.Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Oracle exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 1Z0-144 exam preparations and Oracle certification application, do not hesitate to visit our Vcedump.com to find your solutions here.