Weekend Sale - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

1z0-149 Questions and Answers

Question # 6

Which two blocks of code display a numerical zero? (Choose two.)

A.

B.

C.

D.

Full Access
Question # 7

Examine these statements issued by user SH which execute successfully:

DBMS_OUTPUT.PUT_LINE(p_price(i)); END LOOP; END; END products_pkg; /

Now, examine this anonymous block executed by SH:

Which is true about the anonymous block?

A.

It will execute successfully only if PriceList is removed from the DECLARE section and defined as a standalone collection type.

B.

It will execute successfully only if PriceList is defined as an associative array in the package and anonymous block.

C.

It will fail at lines 6 and 7.

D.

It will fail only at line 7.

Full Access
Question # 8

Which three are true about the NOCOPY hint, the PARALLEL ENABLE hint, and the DETERMINISTIC clause? (Choose three.)

A.

The PARALLEL_ENABLE clause can be used only in the CREATE FUNCTION statement.

B.

The NOCOPY hint asks the compiler to pass the actual parameters by reference.

C.

A deterministic function's results always depend on the state of session variables.

D.

The NOCOPY hint asks the compiler to pass the actual parameters by value.

E.

A function is deterministic if it always returns the same result for a specific combination of input values.

F.

The PARALLEL_ENABLE clause can be specified for a nested function.

G.

A function defined with the PARALLEL_ENABLE clause may be executed in parallel in a SELECT statement or a subquery in a DML statement.

Full Access
Question # 9

Examine this DECLARE section:

Which two lines are valid? (Choose two.)

A.

line 5

B.

line 6

C.

line 7

D.

line 4

E.

line 3

F.

line 2

Full Access