Oracle Database 19c: Program with PL/SQL - 1Z0-149 模擬練習

Which three are true about PL/SQL subprograms? (Choose three.)

正解: A,D,E
Which three statements can process a dynamic multi-row query? (Choose three.)

正解: A,B,G
Which two are true about packages? (Choose two.)

正解: C,D
In which type of trigger can :OLD and :NEW identifiers be used?

正解: B
Which two are true about using the ACCESSIBLE BY clause? (Choose two.)

正解: B,C
解説: (PassTest メンバーにのみ表示されます)
Which two blocks of code display a numerical zero? (Choose two.)

正解: B,C
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?

正解: D