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

It displays 4403201000 to 4403202000

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is varchar sql?

602


How is data stored in sql?

543


What is prepared statement in sql?

535


Can we join same table in sql?

515


Mention what does plv msg allows you to do?

659






What is a sql*loader control file?

611


What are basic techniques of indexing?

835


How many types of triggers exist in pl/sql?

556


What is meant by user defined function?

573


What is the difference between delete, truncate and drop command?

540


How many sql commands are there?

660


How do I run a pl sql procedure in sql developer?

503


Is sql between inclusive?

578


What is sp_helptext?

578


Which join condition can be specified using on clause?

508