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 different operators available in sql?
can sql servers linked to other servers like oracle? : Sql dba
Which sql statement is used to delete data from a database?
Which kind of parameters cannot have a default value in pl sql?
How to fetch alternate records from a table?
How many tables can a sql database have?
Why we use join in sql?
What is the difference between functions, procedures, and packages in pl/sql?
Is a foreign key always unique?
What are the two types of periodical indexes?
Mention what are different methods to trace the pl/sql code?
What is pl sql block in dbms?
What are sql objects?
What is the difference between in and between in sql?
How many subqueries can be nested in a statement?