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
What do you understand by case manipulation functions?
What is procedure and function?
How can we optimize a sql query?
How do I install microsoft sql?
What are types of indexes in sql?
What are the commands used in sql?
What are instead of triggers?
Is it possible to Restore a Dropped Table using Rollback Command in Oracle SQL Plus ?
How do you add a column to a table?
what is the functionality of the function htmlentities? : Sql dba
Explain aggregate functions are available there in sql?
What are literals in sql server?
What is difference between stored procedure and trigger?
Why functions are used in sql?
What is a parameter query?