exam questions

Exam 1z0-148 All Questions

View all questions & answers for the 1z0-148 exam

Exam 1z0-148 topic 1 question 36 discussion

Actual exam question from Oracle's 1z0-148
Question #: 36
Topic #: 1
[All 1z0-148 Questions]

Examine this code:

The anonymous block fails this error stack:

Which two changes, when separately applied, would prevent these errors from occurring?

  • A. Define v2 as employees%ROWTYPE.
  • B. Initialize v1 and v2 with appropriate constructor functions.
  • C. Define v2 as pkg. rec.
  • D. Nothing because using the function TABLE (V1) is prohibited.
  • E. Define v1 as employees%ROWTYPE.
Show Suggested Answer Hide Answer
Suggested Answer: BE 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
orakell
Highly Voted 5 years, 6 months ago
AC, not BE.
upvoted 8 times
...
chrishillinger
Most Recent 2 years, 9 months ago
Selected Answer: AC
AC is correct, v2 needs to be declared as a record type - those two answers achieve exactly that
upvoted 1 times
...
sudhirdavim
4 years, 5 months ago
AC is right answer.
upvoted 1 times
...
GuyFabrice
4 years, 6 months ago
B and C
upvoted 1 times
...
CosminCof
4 years, 7 months ago
B and C
upvoted 2 times
CosminCof
4 years, 6 months ago
sry, AC is the right answer
upvoted 2 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...