1Z0-149試験無料問題集「Oracle Database 19c: Program with PL/SQL 認定」

Which three statements are true about passing parameters to subprograms? (Choose three.)

正解:B,D,F 解答を投票する
Examine this statement which is submitted for compilation:

Which three are true? (Choose three.)

正解:D,F,G 解答を投票する
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?

Which three SQL statements, embedded in PL/SQL, typically benefit from using variables declared with %ROWTYPE? (Choose three.)

正解:A,D,G 解答を投票する
Which three PL/SQL-only data types can be used in queries and native dynamic SQL issued from PL/SQL in the server? (Choose three.)

正解:B,C,E 解答を投票する
Which three are true about user-defined functions? (Choose three.)

正解:A,C,G 解答を投票する
Examine this table definition in the SH schema.

A row with PDT_ID = 1 exists. Which two blocks of code will execute successfully by user SH and give the same output? (Choose two.)