B is correct answer:
Line 6 gives error because constructor should be nested_type, so this line should be: n_table1 nested_typ := nested_typ('AB1','AB2','AB3')
Line 12: you can assign 2 VARRAY variables only if they have matching data types, not matching data types of elements (varchar2(15)).
n_table1 nested_typ := nested_typ('AB1','AB2','AB3') ---- wrong
should be :
n_table1 nested_typ := nested_typ(
varchar_type1('AB1','AB2','AB3')
);
upvoted 4 times
...
...
This section is not available anymore. Please use the main Exam Page.1z0-148 Exam Questions
Log in to ExamTopics
Sign in:
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.
orakell
Highly Voted 5 years, 6 months agochrishillinger
Most Recent 2 years, 9 months agoCosminCof
4 years, 7 months agoszefco
4 years, 11 months agochaoyuim
4 years, 11 months ago