Oracle Database 19c: Program with PL/SQL - 1Z0-149 Exam Practice Test

Question 1
Examine the EMPLOYEES table structure:

Now, examine this code:

Which statement is true about the result of executing this block?

Correct Answer: C
Question 2
Which is true about EXIT and CONTINUE statements?

Correct Answer: A
Question 3
Examine this code:

What will be the outcome?

Correct Answer: D
Question 4
Which two are true about lexical units? (Choose two.)

Correct Answer: C,D
Question 5
Examine these statements:

Which is true?

Correct Answer: C
Question 6
Examine this statement which executes successfully:
SQL> SET SERVEROUTPUT ON;
Now, examine this code which is executed:

What is true about the result?

Correct Answer: B
Question 7
Which two are true about Conditional Compilation in PL/SQL using $IF, $ELSE, $END, and $ERROR? (Choose two.)

Correct Answer: A,E