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 is crud diagram?
What is query syntax?
How many postgresql users are there, worldwide?
How can the performance of a trigger be improved?
What are the rules to be applied to nulls whilst doing comparisons?
Is sql procedural language?
How to set up sql*plus output format in oracle?
what is the difference between union and union all? : Sql dba
What is difference between hql and native sql?
What is the location of pre_defined_functions.
Why truncate is faster than delete?
what is a cursor? : Sql dba
What is difference between sql and mysql?
What is linq to sql?
Explain what is a column in a table?