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 an index in sql with example?
What is mutating trigger?
How do I find duplicates in two columns?
How to write pl sql program in mysql command prompt?
What are user defined functions?
How many unique keys can a table have?
How do you update a value in sql?
Why select is used in sql?
what is meant by urlencode and urldocode? : Sql dba
What are the triggers associated with image items?
how to calculate expressions with sql statements? : Sql dba
what are the advantages and disadvantages of cascading style sheets? : Sql dba
What trigger means?
What is difference between ms sql and mysql?
What is a file delimiter?