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
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)- A72% (21)
- B7% (2)
- C17% (5)
- D3% (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.
