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
How many subqueries can be nested in a statement?
What is a boolean in sql?
how to select unique records from a table? : Sql dba
ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..
How do I start sql from command line?
What are the different types of dbms?
Are there any features that are decommissioned in 11g that are not present in 11g?
Why does sql need a server?
Write a program that shows the usage of while loop to calculate the average of user entered numbers and entry of more numbers are stopped by entering number 0?
Is sql a oracle?
How can you load microsoft excel data into oracle? : aql loader
How do you modify a column in sql?
What is the difference between the conventional and direct path loads? : aql loader
What pl/sql package consists of?
How do we use distinct statement? What is its use?