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 run sql statements with oracle sql developer?
Can a foreign key be a duplicate?
what are dynamic queries in t-sql? : Transact sql
How we can create a table in pl/sql block. Insert records into it? Is it possible by some procedure or function? Please give example?
What is difference between ms sql and mysql?
Can we insert data in view?
How many subqueries can be nested in a statement?
How do you write a subquery?
What do you understand by exception handling in pl/sql?
how is myisam table stored? : Sql dba
What is the use of sqlerrd 3?
what is text? : Sql dba
How to call shell script from pl sql procedure?
What is the difference between inner join and outer join?
Can you rollback after commit?