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
how to get a list of all tables in a database? : Sql dba
How does a covering index work?
What are the different types of triggers?
How do I find duplicates in a single column in sql?
how to calculate the difference between two dates? : Sql dba
How bulk collect improves performance?
What is sql*plus?
what are the features and advantages of object-oriented programming? : Sql dba
Is sql similar to python?
What are secondary keys?
what are the differences between public, private, protected, static, transient, final and volatile? : Sql dba
What is sql and how does it work?
What problem one might face while writing log information to a data-base table in pl/sql?
Is sql low level language?
How are sql commands classified?