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 is the difference between alter trigger and drop trigger statements?
Can ddl statements be used in pl/sql?
what are different types of keys in sql?
What are stored procedures in mysql?
What does pl sql stand for?
explain primary keys and auto increment fields in mysql : sql dba
How many columns should be in an index?
What is relationship? How many types of relationship are there?
How do you pronounce sql?
what is union? : Sql dba
What are the basic techniques of indexing?
What is difference between hql and native sql?
Can primary key be changed?
What is a string data type in sql?
What are sql built in functions?