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

this is out put aboue loop
4403201000
4403201100
4403201200
4403201300
4403201400
4403201500
4403201600
4403201700
4403201800
4403201900
4403202000

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is data types in sql?

527


How to use distinct and count in sql query? Explain

600


What is the difference between a database and a relational database?

554


What is sql query optimization?

535


What is the difference between left outer join and left join?

501






How do I start sql from command line?

523


Is keyword pl sql?

550


How do I quit sql?

483


What is consistency?

696


What is not equal in sql?

501


What is the use of index in hive?

540


Does sql between include endpoints?

546


What is a variable in sql?

505


How do I kill a query in postgresql?

541


what is rdbms? : Sql dba

570