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
how to write date and time literals? : Sql dba
How do you respond to dementia behavior?
How to assign sql query results to pl sql variables?
What is dialect in sql?
What are the benefits of pl sql?
Can you have more than one trigger on a table?
What is cold data?
What is the difference between truncate and drop statements?
Name some usages of database trigger?
how tsql statements can be written and submitted to the database engine? : Transact sql
What is the difference between delete and truncate commands?
What is the usage of nvl function?
What is record variable?
Can there be 2 primary keys in a table?
what are all types of user defined functions? : Sql dba