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 blind sql injection?
Does asenumerable execute the query?
What is the syntax to add a record to a table?
Can we perform dml on view?
What is the difference between instead of trigger and after trigger?
define data blocks ? : Sql dba
Can you selectively load only those records that you need? : aql loader
What do you understand by pl/sql cursors?
what is collation? : Sql dba
what are the differences among rownum, rank and dense_rank? : Sql dba
what is schema? : Sql dba
Can we delete column in sql?
Does execute immediate commit?
Can we create view in stored procedure?
Is json a nosql?