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


Please Help Members By Posting Answers For Below Questions

Where is all the data on the internet stored?

550


Why cross join is used?

624


How to place comments in pl/sql?

600


What are the subsets of sql?

545


What is a constraint?

565






What is left join in postgresql?

532


Is sql a scripting language?

512


What is a primary key? Explain

538


Can a composite key be null?

524


What is bind reference and how can it be created?

576


When is the update_statistics command used?

569


How does join work in sql?

550


Why select is used in sql?

514


Why use truncate instead of delete?

542


what is recursive stored procedure? : Sql dba

524