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
How run sql*plus commands that are stored in a local file?
explain what is mysql? : Sql dba
How to avoid using cursors?
What are the features of pl sql?
How many functions are there in sql?
Is not equal in sql?
what are the different tables present in mysql? : Sql dba
Define sql delete statement.
How do I start sql profiler?
What are the different set operators available in sql?
what are integrity rules?
What is the difference between the conventional and direct path loader? : aql loader
How can you view the errors encountered in a trigger?
what is cursor and its type, what is ref cursor write a syntax to pass ref cursor into procedure out fucntion and call the procedure
Which is better stored procedure or query?