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 packages are available to pl/sql developers?
Is truncate ddl or dml?
Mention what does plv msg allows you to do?
What is a boolean in sql?
What is normalization sql?
What is query syntax?
What does (*) mean in sql?
What are the types of optimization?
What is anonymous block in sql?
How do you truncate?
Can %notfound return null after a fetch?
How do you declare a variable in pl sql?
What are the 3 modes of parameter?
What is a rank in sql?
What is difference between sql function and stored procedure?