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
How to write html code in pl sql?
which operator is used in query for pattern matching? : Sql dba
What is sorting in sql?
What is the difference between delete and truncate commands?
how can we destroy the cookie? : Sql dba
What is the use of triggers?
How do I remove sql developer from windows 10?
how to drop an existing table in mysql? : Sql dba
what is the difference between ereg_replace() and eregi_replace()? : Sql dba
How to add, remove, modify users using sql?
How many types of sql are there?
what are string data types? : Sql dba
Describe types of sql statements?
what is 'trigger' in sql? : Sql dba
Can delete statement be rollbacked?