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

What is sqlca in db2?

522


Describe sql comments?

549


What is the use of sqldataadapter?

523


Which column in the user.triggers data dictionary view shows that the trigger is a pl/sql trigger?

588


What is the need of a partition key?

524






Is mariadb a nosql database?

532


Why coalesce is used in sql?

462


What are different methods to trace the pl/sql code?

527


What is union?

643


Can a primary key be a foreign key?

568


what is the command line end user interface - mysql? : Sql dba

494


How do you delete data from a table?

529


Can we use pl sql in sql server?

533


What will you get by the cursor attribute sql%found?

530


What is pivot query?

588