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 / shilpa.oracle

You've probably gone beyond the limit Oracle can cope with
for a number variable.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the limitations of identity column? : Transact sql

604


How do you know if a relationship is 2nf?

516


What is a join query?

546


What is clause in sql?

577


How do I know if I have sql express or standard?

593






What is sql*loader and what is it used for?

574


how can we optimize or increase the speed of a mysql select query? : Sql dba

503


How does postgresql compare to "nosql"?

578


How will you distinguish a global variable with a local variable in pl/sql?

619


what is the use of double ampersand (&&) in sql queries?

622


What are joins in sql?

533


What is rollback?

579


Why is the cursor important?

535


What is memory optimized table?

571


What is varchar used for?

528