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 are the types of queries in sql?
Is join same as left join?
What is constant in pl sql?
Is sql better than access?
What are the different ways to optimize a sql query?
Is sql developer case sensitive?
Can you have more than one key in a database?
How do I order columns in sql?
What is cursor explain with example?
Will truncate release space?
What is oracle sql developer?
what is commit? : Sql dba
Is record in oracle pl sql?
Can we use join in subquery?
how to calculate expressions with sql statements? : Sql dba