CURSOR c IS select * from TAB_XXX; --has a column1 invisible
rec c%ROWTYPE;
BEGIN
OPEN C;
LOOP
FETCH c INTO rec;
EXIT WHEN c%NOTFOUND;
DBMS_OUTPUT.PUT_LINE(REC.column1);
END LOOP;
CLOSE c;
END;
PLS-00302: component 'column1' must be declared
*Cause: Usually a PL/SQL compilation error.
B correct
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 agosudhirdavim
Highly Voted 4 years, 5 months agochrishillinger
Most Recent 2 years, 9 months agocertyk
4 years, 8 months agoMalvaras
4 years, 8 months agoKatana19
5 years, 6 months agoWrath
5 years, 7 months agoorakell
5 years, 6 months agoPeekay
5 years, 10 months agoorakell
5 years, 6 months ago