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
Can we rollback truncate?
What is program debugging?
How to run sql statements with oracle sql developer?
What is the difference between a subquery and a join?
What is the difference between the sql*loader and import utilities? : aql loader
What is a boolean in sql?
What are pl/sql cursor exceptions?
Explain polymorphism in pl/sql.
What do you mean by dbms? What are its different types?
Explain commit, rollback and savepoint.
What does count (*) do in sql?
How do sql triggers work?
What is sqlerrd?
What are the types of queries in sql?
How do you take the union of two tables in sql?