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 / nitesh
ORA-01426 : Numeric overflow
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What do you mean by dbms? What are its different types?
What is parameter substitution in sql?
Can we write ddl statements in functions?
What are all the ddl commands?
Is left join same as inner join?
How to use sql*plus built-in timers?
What is a sql driver?
How is pl sql different from sql?
what is myisam? : Sql dba
how to get a list of indexes of an existing table? : Sql dba
What is trigger and how to use it in sql?
What is a clob in sql?
What is application trigger?
Can ddl statements be used in pl/sql?
Explain isolation levels. : Transact sql