nerdexam
Oracle

1Z0-144 · Question #6

View the Exhibit to examine the PIVSQL block. Which statement is true about the output of the PL/SQL block?

The correct answer is A. It executes and the Output is emprec.deptname. The variable emprec does dot inherits the constraints.

Configuring JDBC Data Sources

Question

View the Exhibit to examine the PIVSQL block. Which statement is true about the output of the PL/SQL block?

Exhibit

1Z0-144 question #6 exhibit

Options

  • AIt executes and the Output is emprec.deptname: .
  • BIt executes and the Output is emprec.deptname: Sales.
  • CIt produces an error because NULL is assigned to the emprec.empid field in the record.
  • DIt produces an error because the CHECK constraint is violated while assigning a value to the

How the community answered

(29 responses)
  • A
    72% (21)
  • B
    7% (2)
  • C
    17% (5)
  • D
    3% (1)

Explanation

The variable emprec does dot inherits the constraints.

Topics

#PL/SQL records#NULL values#DBMS_OUTPUT#record fields

Community Discussion

No community discussion yet for this question.

Full 1Z0-144 Practice