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

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

Correct Answer: A,E
Question 2
Which three are true about DDL triggers? (Choose three.)

Correct Answer: B,D,G
Question 3
Which two are true about lexical units? (Choose two.)

Correct Answer: C,D
Question 4
Which is the correct method to implement a local subprogram in an anonymous block?

Correct Answer: D
Question 5
Examine this statement which is submitted for compilation:

Which three are true? (Choose three.)

Correct Answer: D,F,G
Question 6
Examine this row of data from the EMPLOYEES table:

Now, examine this block of code which executes successfully:

What is the value of v_commission?

Correct Answer: B
Question 7
Sequence S and table PRODUCTS exist in your schema.
Examine the table description:

Now, examine this block of code:

Which two lines each result in a compilation error? (Choose two.)

Correct Answer: C,E