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 / iamanocp
It displays 4403201000 to 4403202000
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is a scalar value in sql?
what is a view? : Sql dba
What is sql used for?
Why is sql important?
What is flag in sql?
Can we use commit inside a trigger?
how to calculate the difference between two dates? : Sql dba
Why indexing is needed?
Describe sql comments?
how does a local variable is defined using t-sql? : Transact sql
What found sql?
How can a function retun more than one value in oracle with proper example?
How do I install sql?
Which data type is a composite type?
What is minus?