dbms_output.put_line(v3(31)(1) || ',' || v3(31)(2) || ',' || v3(31)(3));
dbms_output.put_line(v3(32)(1) || ',' || v3(32)(2) || ',' || v3(32)(3));
dbms_output.put_line(v3(33)(1) || ',' || v3(33)(2) || ',' || v3(33)(3));
dbms_output.put_line(v3(34)(1) || ',' || v3(34)(2));
if v3(31)(2) = v3(33)(2) or (v3(31)(2) is null and v3(33)(2) is null) then dbms_output.put_line('A'); end if;
if v3(31)(3) = cast(6 as number) then dbms_output.put_line('B'); end if;
if v3(31)(1) = v3(33)(3) or (v3(31)(1) is null and v3(33)(3) is null) then dbms_output.put_line('C'); end if;
if v3(31)(1) = 'hello' then dbms_output.put_line('D'); end if;
if v3(32)(2) = v1(2) or (v3(32)(2) is null and v1(2) is null) then dbms_output.put_line('E'); end if;
output:
4,5,6
hello,world,test
2,5,1
1,1
A
B
E
not B because v3(31)(3) = '6', not 6?
A is wrong see the last statement in the question.
upvoted 1 times
...
...
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.
Tinamoran
Highly Voted 5 years, 3 months agoRakeshpro
Most Recent 2 years, 4 months agochrishillinger
2 years, 5 months agoBenjmaz
4 years agoBenjmaz
4 years agoCosminCof
4 years, 2 months agoCosminCof
4 years, 1 month agoolkaolka
4 years, 6 months agoSkiv
4 years, 4 months agoAdela_bg
4 years, 7 months agoszefco
4 years, 8 months agokrazzygenius
4 years, 5 months ago