1Z0-144 Exam Question 41
Examine the following PL/SQL code:

Which statement is true about the fetch statements in the PL/SQL code?

Which statement is true about the fetch statements in the PL/SQL code?
1Z0-144 Exam Question 42
/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 pubiic:
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?
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 pubiic:
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?
1Z0-144 Exam Question 43
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 Exhibit2 and examine the code.

What is the outcome when the code is executed?
1Z0-144 Exam Question 44
Which two statements are true about the continue statement? (Choose two.)
1Z0-144 Exam Question 45
Which two statements are true about the usage of the cursor for loops? (Choose two.)