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
Is microsoft sql free?
What is out parameter used for eventhough return statement can also be used in pl/sql?
How much does sqlite cost?
What are sql injection vulnerabilities?
What are the benefits of pl sql?
What are the 3 modes of parameter?
what is the difference between inner and outer join? Explain with example. : Sql dba
How to use sql*plus built-in timers?
What are the steps for performance tuning.
Differentiate pl/sql and sql?
what is the difference between undefined value and null value? : Sql dba
What is the difference between mdf and ndf files?
what is clause? : Sql dba
What is the cause of mutating table error and how can we solve it?
What are basic techniques of indexing?