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 / sanotsh
ERROR at line 1:
ORA-01426: numeric over Flow
ORA-06512: at line 2
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What does count (*) mean in sql?
How to connect a sql*plus session to an oracle server?
Can a commit statement be executed as part of a trigger?
What is the meaning of disabling a trigger?
How to use sql*plus built-in timers?
What does pragma mean?
What is sql performance tuning?
what are the limitations of mysql in comparison of oracle? Mysql vs. Oracle. : Sql dba
Enlist some predefined exceptions?
how to shutdown mysql server? : Sql dba
What are the different types of triggers?
Which sorts rows in sql?
How do I create a memory optimized filegroup?
What is group function in sql?
Write a query to display the current date in sql?