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 / shilpa.oracle
You've probably gone beyond the limit Oracle can cope with
for a number variable.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the two different parts of the pl/sql packages?
What is indexing in sql and its types?
What is t sql used for?
Can cursors be part of a trigger body?
Why truncate is faster than delete?
Can primary key be changed?
How to run pl/sql statements in sql*plus?
What is an intersect?
What is delete command in sql?
what are the different functions in sorting an array? : Sql dba
How many row comparison operators are used while working with a subquery?
What does count (*) mean in sql?
what is table? : Sql dba
Is pl sql a programming language?
what are ddl statements in mysql? : Sql dba