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

Is delete faster than truncate?

749


how to get a list of columns in an existing table? : Sql dba

709


How do you update a sql procedure?

766


Does sql*plus also have a pl/sql engine?

761


What is break?

845






What are the qualities of 2nf?

747


Explain what is a field in a database and record in a database?

790


Can we use pl sql in mysql?

711


What are sql commands?

696


What are the operators used in select statements?

771


Which is faster view or stored procedure?

689


Can we use pl sql in sql server?

739


What are the two virtual tables available at the time of database trigger execution?

878


What is difference between nchar and nvarchar?

694


what is timestamp in mysql? : Sql dba

742