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 / kishore
Begin
*
ERROR at line 1:
ORA-01426: numeric overflow
ORA-06512: at line 3
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is sql keyword?
Does oracle use sql?
Why do we use sql constraints?
Explain the difference between cursor declared in procedures and cursors declared in the package specification?
How delete a row in sql?
What is inner join in sql?
What are the different parts of a package?
What is not in sql?
What is partition by in sql?
What is a common use of group by in sql?
What do you understand by pl/sql records?
How many times can we commit in a loop?
Explain exception handling in pl/sql?
how can we know the count/number of elements of an array? : Sql dba
Is clustered index a primary key?