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
What are the uses of sysdate and user keywords?
What does count (*) do in sql?
What are the different dcl commands in sql?
Where are my tempfiles, I don't see them in v$datafile or dba_data_file?
What is thread join () in threading?
Explain the working of primary key?
What is a constraint?
Why use triggers in sql?
What language is oracle sql developer?
What is the usage of sql functions?
Explain sql data types?
Is sql a dbms?
What is the difference between local variables and global variables?
Can I call a procedure inside a function?
What does stand for in sql?