Begin

For j in 4403201000 .. 4403202000

Loop

If mod (j, 100) = 0 then

Dbms_output.put_line (j);

End if;

End loop;

End;

what will be the output of this question

Answer Posted / venkat

this is out put aboue loop
4403201000
4403201100
4403201200
4403201300
4403201400
4403201500
4403201600
4403201700
4403201800
4403201900
4403202000

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the uses of sysdate and user keywords?

844


What does count (*) do in sql?

737


What are the different dcl commands in sql?

761


Where are my tempfiles, I don't see them in v$datafile or dba_data_file?

734


What is thread join () in threading?

735






Explain the working of primary key?

836


What is a constraint?

729


Why use triggers in sql?

704


What language is oracle sql developer?

714


What is the usage of sql functions?

814


Explain sql data types?

830


Is sql a dbms?

732


What is the difference between local variables and global variables?

800


Can I call a procedure inside a function?

736


What does stand for in sql?

715