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
what are all the common sql function? : Sql dba
how can we transpose a table using sql (changing rows to column or vice-versa) ? : Sql dba
What is rowid in sql?
What is t-sql? : Transact sql
How many sql commands are there?
Where do we use pl sql?
what is the command used to fetch first 5 characters of the string? : Sql dba
What is data profiling in sql?
What are pl/sql cursors?
What is pl sql package?
What is a pragma statement?
What are all types of user defined functions?
How can a pl sql block be executed?
What is a full join?
What is program debugging?