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 are the differences between char and varchar? : Sql dba
What is an escape character in sql?
Can we edit a view in sql?
What are secondary keys?
what are the difference between clustered and a non-clustered index? : Sql dba
what is acid property in database? : Sql dba
Explain spool.
What do you mean by rowid?
How do I find duplicates in two columns?
Is there any restriction on the use of union in embedded sql?
What are the packages in pl sql?
How to run sql commands in sql*plus?
Inline the values in PL/SQL, what does it mean.?
How do you write an inner join query?
What is nvl?