Oracle Database 19c: Program with PL/SQL (1z1-149) Free Practice Test
Question 1
Which two are true about packages? (Choose two.)
Correct Answer: B,C
Question 2
Which is true about EXIT and CONTINUE statements?
Correct Answer: D
Question 3
Which two PL/SQL elements can be deprecated using the DEPRECATE pragma? (Choose two.)
Correct Answer: C,E
Question 4
Examine the EMPLOYEES table structure:

Now, examine this code:

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

Now, examine this code:

Which statement is true about the result of executing this block?
Correct Answer: E
Question 5
Which is the correct method to implement a local subprogram in an anonymous block?
Correct Answer: A
Question 6
Examine this table in the SH schema:

Now, examine this code:

Which two changes are required to ensure that PDT_REPORT executes successfully? (Choose two.)

Now, examine this code:

Which two changes are required to ensure that PDT_REPORT executes successfully? (Choose two.)
Correct Answer: A,E
Question 7
Which three are true regarding code based access control (CBAC)? (Choose three.)
Correct Answer: A,B,C