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 / leonard

j which is used in for loop is a integer.

integer range is in between -2147483647 to 2147483647.

We can not use integer value in for loop more than
2147483647 which will throw 'ORA-01426: numeric overflow'
exception

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many commands are there in sql?

748


What is a sql*loader control file?

788


What does pl sql stand for?

851


What is scalar and vector?

720


What is pl sql code?

752






What are the different sql languages?

738


What is type and rowtype in pl sql?

741


What does partition by mean in sql?

688


mention if it is possible to import data directly from t-sql commands without using sql server integration services? If yes, what are the commands? : Transact sql

774


What is the difference between nested table and varray?

688


Write a query to find the names of users that begin with "um" in sql?

703


what does it mean to have quoted_identifier on? : Sql dba

889


define sql update statement ? : Sql dba

807


Which command is used to delete a package?

771


What is sql trigger example?

751